changes and improvements
This commit is contained in:
@@ -11,6 +11,8 @@ export default function PublicCollections() {
|
||||
|
||||
const [data, setData] = useState<PublicCollectionIncludingLinks>();
|
||||
|
||||
document.body.style.background = "white";
|
||||
|
||||
useEffect(() => {
|
||||
if (router.query.id) {
|
||||
getPublicCollectionData(
|
||||
|
||||
Reference in New Issue
Block a user