Spaces:
Runtime error
Runtime error
infinite loading
Browse files
components/main/hooks/useCollections.ts
CHANGED
@@ -55,7 +55,7 @@ export const useCollections = (category: string) => {
|
|
55 |
|
56 |
const response = await fetch(`/api/collections?${queryParams.toString()}`, {
|
57 |
headers: {
|
58 |
-
'
|
59 |
},
|
60 |
method: "GET",
|
61 |
})
|
|
|
55 |
|
56 |
const response = await fetch(`/api/collections?${queryParams.toString()}`, {
|
57 |
headers: {
|
58 |
+
...(user?.sub ? { 'Authorization': token } : {})
|
59 |
},
|
60 |
method: "GET",
|
61 |
})
|