Skip to content

Commit

Permalink
fix 3speak benef
Browse files Browse the repository at this point in the history
  • Loading branch information
feruzm committed Jun 11, 2024
1 parent e7b9c8f commit 8a2967d
Showing 1 changed file with 1 addition and 6 deletions.
7 changes: 1 addition & 6 deletions src/common/pages/submit/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -377,12 +377,7 @@ export function Submit(props: PageProps & MatchProps) {
{
account: "spk.beneficiary",
src: "ENCODER_PAY",
weight: 900
},
{
account: "threespeakleader",
src: "ENCODER_PAY",
weight: 100
weight: 1000
}
];
const joinedBeneficiary = [...videoBeneficiary, ...videoEncoders];
Expand Down

0 comments on commit 8a2967d

Please sign in to comment.