Skip to content
This repository was archived by the owner on Dec 5, 2025. It is now read-only.

Commit 5aaed5d

Browse files
authored
Merge pull request #945 from kodadot/enable-buy
Reenable buy
2 parents 668cc87 + 4ecfe54 commit 5aaed5d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/components/rmrk/Gallery/AvailableActions.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
<div>
33
<Loader v-model="isLoading" :status="status" />
44
<div v-if="accountId" class="buttons">
5-
<b-button disabled v-for="action in actions" :key="action" :type="iconType(action)[0]"
5+
<b-button v-for="action in actions" :key="action" :type="iconType(action)[0]"
66
outlined
77
@click="handleAction(action)">
88
{{ action }}

0 commit comments

Comments
 (0)