fix(ui): default gallery category buttons to icon

This commit is contained in:
psychedelicious 2023-03-12 13:58:38 +11:00
parent 209a55b681
commit 0b9230380c

View File

@ -32,7 +32,7 @@ const ImageGalleryContent = () => {
const dispatch = useAppDispatch();
const { t } = useTranslation();
const resizeObserverRef = useRef<HTMLDivElement>(null);
const [shouldShouldIconButtons, setShouldShouldIconButtons] = useState(false);
const [shouldShouldIconButtons, setShouldShouldIconButtons] = useState(true);
const {
images,