nidhi-singh02 2 ماه پیش
والد
کامیت
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,