fix: various fixes to things + simply app proxy sentry setup
This commit is contained in:
@@ -248,7 +248,13 @@ const SpectatorRow = observer(function SpectatorRow({
|
||||
return (
|
||||
<Popout
|
||||
render={({popoutKey}) => (
|
||||
<UserProfilePopout popoutKey={popoutKey} user={user} isWebhook={false} guildId={guildId} />
|
||||
<UserProfilePopout
|
||||
key={`${user.id}:${guildId ?? 'global'}:user`}
|
||||
popoutKey={popoutKey}
|
||||
user={user}
|
||||
isWebhook={false}
|
||||
guildId={guildId}
|
||||
/>
|
||||
)}
|
||||
position="left-start"
|
||||
onOpen={onPopoutOpen}
|
||||
|
||||
Reference in New Issue
Block a user