1
0
mirror of https://github.com/tooot-app/app synced 2025-06-05 22:19:13 +02:00

Experiment support of Pleroma (#588)

This commit is contained in:
xmflsct
2022-12-20 00:45:53 +01:00
committed by GitHub
parent 29a092a925
commit ca629befc9
7 changed files with 36 additions and 4 deletions

View File

@ -61,7 +61,7 @@ const ComponentHashtag: React.FC<PropsWithChildren & Props> = ({
}) => setHeight(height)}
>
<Sparkline
data={hashtag.history.map(h => parseInt(h.uses)).reverse()}
data={hashtag.history?.map(h => parseInt(h.uses)).reverse()}
width={width}
height={height}
margin={children ? StyleConstants.Spacing.S : undefined}