mirror of
https://github.com/Sendouc/sendou.ink.git
synced 2026-08-20 10:04:57 -05:00
fix for no login crash
This commit is contained in:
@@ -79,7 +79,7 @@ const FreeAgentBrowser = () => {
|
||||
if (userQueryError) return <Error errorMessage={userQueryError.message} />
|
||||
|
||||
const ownFAPost = postsData.freeAgentPosts.find(
|
||||
post => post.discord_user.discord_id === userData.user.discord_id
|
||||
post => post.discord_user.discord_id === userData.user?.discord_id
|
||||
)
|
||||
|
||||
const millisecondsToHours = milliseconds =>
|
||||
|
||||
Reference in New Issue
Block a user