mirror of
https://github.com/pds-nest/nest.git
synced 2024-11-22 13:04:19 +00:00
🌍 Fixed typo
This commit is contained in:
parent
f72382412f
commit
aaaf8ad1b7
1 changed files with 1 additions and 1 deletions
|
@ -127,7 +127,7 @@ export default function BoxVisualizationStats({ tweets, words, totalTweetCount,
|
||||||
<FormLabel text={strings.contTweets}>
|
<FormLabel text={strings.contTweets}>
|
||||||
<b>{tweetContentCount}</b>
|
<b>{tweetContentCount}</b>
|
||||||
</FormLabel>
|
</FormLabel>
|
||||||
<FormLabel text={strings.conTweetsPerc}>
|
<FormLabel text={strings.contTweetsPerc}>
|
||||||
<b>{tweetContentPct.toFixed(2)}%</b>
|
<b>{tweetContentPct.toFixed(2)}%</b>
|
||||||
</FormLabel>
|
</FormLabel>
|
||||||
<FormLabel text={strings.wordCount}>
|
<FormLabel text={strings.wordCount}>
|
||||||
|
|
Loading…
Reference in a new issue