change(ui) - latest session message checking for more than 1

This commit is contained in:
Shekar Siri 2022-11-25 19:22:49 +01:00
parent c63ce29759
commit 0581ea7a63

View file

@ -16,7 +16,7 @@ function LatestSessionsMessage(props: Props) {
style={{ backgroundColor: 'rgb(255 251 235)' }}
onClick={() => props.updateCurrentPage(1)}
>
Show {numberWithCommas(count)} New Sessions
Show {numberWithCommas(count)} New {count > 1 ? 'Sessions' : 'Session'}
</div>
) : (
<></>