1
0
Fork 0

Remove unused code

This commit is contained in:
Lim Chee Aun 2022-12-17 19:51:48 +08:00
parent 5f0d1e8656
commit 734a9b2b76

View file

@ -614,7 +614,6 @@ function Status({
);
}
const [actionsUIState, setActionsUIState] = useState(null); // boost-loading, favourite-loading, bookmark-loading
const [showEdited, setShowEdited] = useState(false);
const carouselRef = useRef(null);