Skip to content

Commit

Permalink
feat: almost final
Browse files Browse the repository at this point in the history
  • Loading branch information
danielsimao committed Dec 20, 2024
1 parent 4ff7dc9 commit 2474a84
Show file tree
Hide file tree
Showing 9 changed files with 413 additions and 244 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@ type InheritAttrs = Omit<FlexProps, keyof Props>;
type StakeRewardsProps = Props & InheritAttrs;

const StakeRewards = ({ slug, ...props }: StakeRewardsProps) => (
<Flex gap='xs' {...props}>
<Flex wrap gap='xs' {...props}>
<SpiceRewards />
{stakingInfo[slug]?.incentives.map((incentive, key) => {
const Comp = incentivesMap[incentive];
Expand Down
Loading

0 comments on commit 2474a84

Please sign in to comment.