only pass in longestLabel to button if a user is following someone
This commit is contained in:
parent
a18caa636b
commit
fc9d81eeaa
1 changed files with 1 additions and 1 deletions
|
@ -56,7 +56,7 @@ export default function SubscribeButton(props: Props) {
|
|||
<Button
|
||||
ref={buttonRef}
|
||||
iconColor="red"
|
||||
largestLabel={longestStr}
|
||||
largestLabel={isSubscribed ? longestStr : undefined}
|
||||
icon={unfollowOverride ? ICONS.UNSUBSCRIBE : ICONS.SUBSCRIBE}
|
||||
button={'alt'}
|
||||
requiresAuth={IS_WEB}
|
||||
|
|
Loading…
Add table
Reference in a new issue