mirror of
https://github.com/Sendouc/sendou.ink.git
synced 2026-09-11 13:46:10 -05:00
closes #266
This commit is contained in:
@@ -294,7 +294,7 @@ const FreeAgentCard = ({
|
||||
</Box>
|
||||
)}
|
||||
|
||||
{post.user.profile?.weaponPool.length && (
|
||||
{post.user.profile && post.user.profile?.weaponPool.length > 0 && (
|
||||
<Box my={2}>
|
||||
{post.user.profile.weaponPool.map((wpn) => (
|
||||
<WeaponImage key={wpn} name={wpn} size={32} />
|
||||
|
||||
Reference in New Issue
Block a user