nidhi-singh02 2 месяцев назад
Родитель
Сommit
16903fd082
1 измененных файлов с 1 добавлено и 1 удалено
  1. 1 1
      apps/developer-hub/src/components/RewardSimulator/index.tsx

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

@@ -24,7 +24,7 @@ const Sup = ({ children }: { children: React.ReactNode }) => (
 const RewardSimulator: React.FC = () => {
   const [rewards, setRewards] = useState({
     // These are the initial values for the reward simulator based on default values
-    publisher: 26, 
+    publisher: 26,
     delegator: 24,
     publisherRate: 13,
     delegatorRate: 8,