Skip to content

Commit 0f19a9c

Browse files
authored
Fix syntax error
1 parent f564a9f commit 0f19a9c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

apps/storageanalyzer/custom.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@
7979
${globalApps.map(app => `
8080
<tr>
8181
<td>${app[0]}</td>
82-
<td>${(app[1]/1000).toFixed(1}</td>
82+
<td>${(app[1]/1000).toFixed(1)}</td>
8383
<td>${(app[2]/1000).toFixed(1)}</td>
8484
<td>${((app[1]+app[2])/1000).toFixed(1)}</td>
8585
</tr>`).join("")}

0 commit comments

Comments
 (0)