lint, tsc

This commit is contained in:
Tom Moor
2021-12-11 12:48:13 -08:00
parent ca0a900c21
commit 19e85c63c2
48 changed files with 118 additions and 339 deletions

View File

@@ -14,7 +14,7 @@ type Props = {
onClose?: () => void;
};
function CollectionSortMenu({ collection, onOpen, onClose, ...rest }: Props) {
function CollectionSortMenu({ collection, onOpen, onClose }: Props) {
const { t } = useTranslation();
const menu = useMenuState({
modal: true,