mirror of
https://github.com/Equicord/Equicord.git
synced 2025-05-11 18:05: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}
|
count={plugin.authors.length}
|
||||||
guildId={undefined}
|
guildId={undefined}
|
||||||
renderIcon={false}
|
renderIcon={false}
|
||||||
max={6}
|
|
||||||
showDefaultAvatarsForNullUsers
|
showDefaultAvatarsForNullUsers
|
||||||
showUserPopout
|
showUserPopout
|
||||||
renderMoreUsers={renderMoreUsers}
|
renderMoreUsers={plugin.authors.length > 6 ? renderMoreUsers : undefined}
|
||||||
renderUser={(user: User) => (
|
renderUser={(user: User) => (
|
||||||
<Clickable
|
<Clickable
|
||||||
className={AvatarStyles.clickableAvatar}
|
className={AvatarStyles.clickableAvatar}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue