Skip to content

Commit 16903fd

Browse files
committed
formating
1 parent 32a29c2 commit 16903fd

File tree

1 file changed

+1
-1
lines changed
  • apps/developer-hub/src/components/RewardSimulator

1 file changed

+1
-1
lines changed

apps/developer-hub/src/components/RewardSimulator/index.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ const Sup = ({ children }: { children: React.ReactNode }) => (
2424
const RewardSimulator: React.FC = () => {
2525
const [rewards, setRewards] = useState({
2626
// These are the initial values for the reward simulator based on default values
27-
publisher: 26,
27+
publisher: 26,
2828
delegator: 24,
2929
publisherRate: 13,
3030
delegatorRate: 8,

0 commit comments

Comments
 (0)