Skip to content

Commit

Permalink
Merge pull request #1972 from yarikoptic/no-file-in-size
Browse files Browse the repository at this point in the history
Remove File to avoid confusion
  • Loading branch information
waxlamp authored Jul 10, 2024
2 parents 1a29406 + 3b51638 commit e955a94
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion web/src/views/DandisetLandingView/DandisetMain.vue
Original file line number Diff line number Diff line change
Expand Up @@ -118,7 +118,7 @@
<v-col :cols="$vuetify.breakpoint.xs ? 12 : 3">
<span>
<v-icon class="grey--text text--lighten-1">mdi-server</v-icon>
File Size <strong>{{ transformFilesize(stats.size) }}</strong>
Size <strong>{{ transformFilesize(stats.size) }}</strong>
</span>
</v-col>
</v-row>
Expand Down

0 comments on commit e955a94

Please sign in to comment.