Remove unused code

pull/10/head
Lim Chee Aun 2022-12-17 19:51:48 +08:00
rodzic 5f0d1e8656
commit 734a9b2b76
1 zmienionych plików z 0 dodań i 1 usunięć

Wyświetl plik

@ -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);