]> Untitled Git - lemmy-ui.git/blobdiff - src/shared/components/community/sidebar.tsx
Changing all bigints to numbers
[lemmy-ui.git] / src / shared / components / community / sidebar.tsx
index 43167554a2d3f5a4cc0b8f208f85dcdaa8219398..a5eef75c3f7c420d46f424e9f2f18622620e0ef9 100644 (file)
@@ -185,7 +185,7 @@ export class Sidebar extends Component<SidebarProps, SidebarState> {
         <li className="list-inline-item badge badge-secondary">
           {i18n.t("number_online", {
             count: this.props.online,
-            formattedCount: numToSI(BigInt(this.props.online)),
+            formattedCount: numToSI(this.props.online),
           })}
         </li>
         <li