diff --git a/src/screens/Home/Views/Setting/settings/Other/DislikeEditModal.tsx b/src/screens/Home/Views/Setting/settings/Other/DislikeEditModal.tsx index 52544386..775ef99e 100644 --- a/src/screens/Home/Views/Setting/settings/Other/DislikeEditModal.tsx +++ b/src/screens/Home/Views/Setting/settings/Other/DislikeEditModal.tsx @@ -15,7 +15,7 @@ interface RuleInputType { } const RuleInput = forwardRef((props, ref) => { const theme = useTheme() - const t = useI18n() + // const t = useI18n() const [text, setText] = useState('') const inputRef = useRef(null) const [height, setHeight] = useState(100) @@ -40,7 +40,6 @@ const RuleInput = forwardRef((props, ref) => {