Skip to content

Commit

Permalink
2.7.2
Browse files Browse the repository at this point in the history
  • Loading branch information
richford committed May 31, 2024
1 parent 54aabf2 commit fa52679
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "roar-dashboard",
"private": true,
"version": "2.7.1",
"version": "2.7.2",
"scripts": {
"build": "export VITE_FIREBASE_DATA_SOURCE=live && vite build",
"build:sandbox": "export VITE_FIREBASE_DATA_SOURCE=sandbox && vite build",
Expand Down
2 changes: 1 addition & 1 deletion src/pages/ProgressReport.vue
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@
>
<div v-if="taskDisplayNames[taskId]" class="text-lg font-bold text-gray-600 w-full">
{{ taskDisplayNames[taskId].extendedName }}
<span class="font-light uppercase text-sm" v-if="taskDisplayNames[taskId].name">
<span v-if="taskDisplayNames[taskId].name" class="font-light uppercase text-sm">
({{ taskDisplayNames[taskId].name }})
</span>
</div>
Expand Down

0 comments on commit fa52679

Please sign in to comment.