mirror of
https://github.com/Equicord/Equicord.git
synced 2025-05-10 17:35:37 +02:00
Fix +0 On Plugin Authors
This commit is contained in:
parent
ac80f3874d
commit
074c587b07
1 changed files with 1 additions and 2 deletions
|
@ -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}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue