Skip to content

Commit

Permalink
fix: always show contribute today
Browse files Browse the repository at this point in the history
  • Loading branch information
jobelenus committed Jun 23, 2024
1 parent f671ec7 commit 973565b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/web/src/components/AssetListPanel.vue
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
@click="newAsset"
/>
<IconButton
v-if="canContribute"
v-if="canContribute || true"
class="hover:scale-125"
icon="cloud-upload"
size="sm"
Expand Down

0 comments on commit 973565b

Please sign in to comment.