diff --git a/client/src/ui/modules/rewards/Rewards.tsx b/client/src/ui/modules/rewards/Rewards.tsx index f6c6d230d..435880949 100644 --- a/client/src/ui/modules/rewards/Rewards.tsx +++ b/client/src/ui/modules/rewards/Rewards.tsx @@ -10,7 +10,7 @@ import Button from "@/ui/elements/Button"; import { formatTime, getEntityIdFromKeys } from "@/ui/utils/utils"; import { ContractAddress, WORLD_CONFIG_ID } from "@bibliothecadao/eternum"; import { useComponentValue, useEntityQuery } from "@dojoengine/react"; -import { getComponentValue, Has, runQuery } from "@dojoengine/recs"; +import { Has, getComponentValue, runQuery } from "@dojoengine/recs"; import { useCallback, useEffect, useMemo, useState } from "react"; import { shortString } from "starknet"; import { formatEther } from "viem"; @@ -186,19 +186,21 @@ export const Rewards = () => { +
+ + + +
{/* Action button */} - @@ -207,7 +209,11 @@ export const Rewards = () => { const Compartment = ({ children, isCountdown }: { children: React.ReactNode; isCountdown?: boolean }) => { return ( -
+
{children}
);