Fix +0 On Plugin Authors

This commit is contained in:
thororen1234 2025-05-02 22:03:06 -04:00
parent ac80f3874d
commit 074c587b07
No known key found for this signature in database

View file

@ -250,10 +250,9 @@ export default function PluginModal({ plugin, onRestartNeeded, onClose, transiti
count={plugin.authors.length}
guildId={undefined}
renderIcon={false}
max={6}
showDefaultAvatarsForNullUsers
showUserPopout
renderMoreUsers={renderMoreUsers}
renderMoreUsers={plugin.authors.length > 6 ? renderMoreUsers : undefined}
renderUser={(user: User) => (
<Clickable
className={AvatarStyles.clickableAvatar}