Skip to content

Commit

Permalink
fix: typo in key name
Browse files Browse the repository at this point in the history
  • Loading branch information
Nick-1979 committed Oct 19, 2024
1 parent aba4985 commit ff3ba0b
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -15,10 +15,10 @@ import { ShortAddress, ShowBalance, ShowValue } from '../../components';
import { useInfo, useTranslation } from '../../hooks';
import useStyles from './styles/styles';
import { kusama } from './tracks/kusama';
import { polkadot } from './tracks/polkadot';
import { blockToX, toSnakeCase, toTitleCase } from './utils/util';
import { Separator } from './AllReferendaStats';
import ThresholdCurves from './Curves';
import { polkadot } from './tracks/polkadot';

interface Props {
address: string;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ const SPEND_LIMITS = {
};

export const polkadot: Record<string, TrackInfo[]> = {
fellowshipReferenda: [
fellowship: [
{
compare: compareFellowshipRank(0),
id: 0,
Expand Down Expand Up @@ -205,4 +205,4 @@ export const polkadot: Record<string, TrackInfo[]> = {
text: `Origin able to spend up to ${SPEND_LIMITS.BigSpender} from the treasury at once`
}
]
};
};

0 comments on commit ff3ba0b

Please sign in to comment.