feat: render zaps_amount count in StatusActionBar
This commit is contained in:
parent
80cbf1d91c
commit
a9930bc1f1
|
@ -810,6 +810,7 @@ const StatusActionBar: React.FC<IStatusActionBar> = ({
|
||||||
active={status.zapped}
|
active={status.zapped}
|
||||||
text={withLabels ? intl.formatMessage(messages.zap) : undefined}
|
text={withLabels ? intl.formatMessage(messages.zap) : undefined}
|
||||||
theme={statusActionButtonTheme}
|
theme={statusActionButtonTheme}
|
||||||
|
count={status?.zaps_amount / 1000 ?? 0}
|
||||||
/>
|
/>
|
||||||
)}
|
)}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue