improved UX + improved performance
This commit is contained in:
@@ -60,8 +60,8 @@ export default function PublicCollections() {
|
||||
name: true,
|
||||
url: true,
|
||||
description: true,
|
||||
textContent: true,
|
||||
tags: true,
|
||||
textContent: false,
|
||||
});
|
||||
|
||||
const [sortBy, setSortBy] = useState<Sort>(Sort.DateNewestFirst);
|
||||
|
||||
Reference in New Issue
Block a user