- {(() => {
- const sizeObj = formatSizeObject(soundboardStatistics.total_size, true)
- return (
- <>
- {sizeObj.unit}
- >
- )
- })()}
+
Original + normalized files
@@ -384,14 +376,7 @@ export function DashboardPage() {
- {(() => {
- const sizeObj = formatSizeObject(trackStatistics.total_size, true)
- return (
- <>
- {sizeObj.unit}
- >
- )
- })()}
+
Original + normalized files