mirror of
https://github.com/excalidraw/excalidraw.git
synced 2025-05-03 10:00:07 -04:00
Speed
This commit is contained in:
parent
afa929b2a2
commit
3eacd6f07b
2 changed files with 2 additions and 2 deletions
|
@ -181,7 +181,7 @@ export const Stats = (props: {
|
|||
<td>{props.appState.collaborators.size}</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>{t("stats.networkSpeed")}</td>
|
||||
<td>{t("stats.speed")}</td>
|
||||
<td>{props.appState.networkSpeed}</td>
|
||||
</tr>
|
||||
</>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue