소스 검색

fix: update warning threshold label from '5$' to '2$'

feitianbubu 4 일 전
부모
커밋
3b01cb3f41
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      web/src/components/settings/personal/cards/NotificationSettings.jsx

+ 1 - 1
web/src/components/settings/personal/cards/NotificationSettings.jsx

@@ -440,7 +440,7 @@ const NotificationSettings = ({
                   data={[
                     { value: 100000, label: '0.2$' },
                     { value: 500000, label: '1$' },
-                    { value: 1000000, label: '5$' },
+                    { value: 1000000, label: '2$' },
                     { value: 5000000, label: '10$' },
                   ]}
                   onChange={(val) => handleFormChange('warningThreshold', val)}