fix linter

This commit is contained in:
Maze Winther 2026-03-02 16:50:55 +01:00
parent 14ae9b4f11
commit eee3233c97
1 changed files with 1 additions and 1 deletions

View File

@ -129,7 +129,7 @@ export function MediaView() {
});
};
const handleSort = ({ key }: { key: SortKey }) => {
const handleSort = ({ key }: { key: MediaSortKey }) => {
if (mediaSortBy === key) {
setMediaSort(key, mediaSortOrder === "asc" ? "desc" : "asc");
} else {