Skip to content

Commit

Permalink
merge: #4031
Browse files Browse the repository at this point in the history
4031: fix: always show contribute today r=jobelenus a=jobelenus

<img src="https://media0.giphy.com/media/2AVDG3vH0DVuiS9EYg/giphy.gif"/>

Co-authored-by: John Obelenus <[email protected]>
  • Loading branch information
si-bors-ng[bot] and jobelenus authored Jun 23, 2024
2 parents f671ec7 + 973565b commit 4456346
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 4456346

Please sign in to comment.