mirror of
https://github.com/Radiquum/AniX.git
synced 2025-04-30 18:09:40 +05:00
fix: Error on release and collection page if user isn't authorized
This commit is contained in:
parent
ea44bbf0e1
commit
5b68da425b
3 changed files with 3 additions and 3 deletions
|
@ -27,7 +27,7 @@ export const ReleaseInfoUserList = (props: {
|
|||
setUserList: any;
|
||||
setIsFavorite: any;
|
||||
collection_count: number;
|
||||
profile_id: number;
|
||||
profile_id: number | null;
|
||||
}) => {
|
||||
const [AddReleaseToCollectionModalOpen, setAddReleaseToCollectionModalOpen] =
|
||||
useState(false);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue