浏览代码

formating

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,