Skip to content
This repository has been archived by the owner on Jan 24, 2024. It is now read-only.

Commit

Permalink
feat(plutus): Fix labels
Browse files Browse the repository at this point in the history
  • Loading branch information
immasandwich committed Aug 11, 2022
1 parent 9bc6c0a commit f1a9d9d
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/apps/plutus/plutus.definition.ts
Original file line number Diff line number Diff line change
Expand Up @@ -26,13 +26,12 @@ export const PLUTUS_DEFINITION = appDefinition({
id: 'lock',
type: GroupType.POSITION,
label: 'Locked PLS',
groupLabel: 'Farms',
},

farmPlsDpxLp: {
id: 'farm-pls-dpx-lp',
type: GroupType.POSITION,
label: 'plsDPX Farm',
label: 'plsDPX LP Farm',
},

farmPlsDpx: {
Expand Down

0 comments on commit f1a9d9d

Please sign in to comment.