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

Commit daa0ed4

Browse files
authored
Merge pull request #538 from roiLeo/fix/availableActions/removeBuyWarn
fix(availableActions): remove Buy warning
2 parents 7a33cfc + 0247a12 commit daa0ed4

File tree

1 file changed

+0
-9
lines changed

1 file changed

+0
-9
lines changed

src/components/rmrk/Gallery/AvailableActions.vue

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -7,11 +7,6 @@
77
{{ action }}
88
</b-button>
99
</div>
10-
<b-message v-if="buyAvailable" title="RMRK::ALERT" type="is-warning" has-icon aria-close-label="Close message">
11-
We would like to warn buyers they are solely operating on their own will and carry any involving risks as we are experimental implementation of RMRK-spec.
12-
You should double-check on "official UI" (if there are any available already) whenever the current owner showing in KodaDot UI is identical through other UI available from RMRK-team.
13-
If there are any doubts, reach us to proceed. We are working to migrate the current KodaDot UI to a more secure and robust solution.
14-
</b-message>
1510
<component class="mb-4" v-if="showMeta" :is="showMeta" @input="updateMeta" />
1611
<b-button
1712
v-if="showSubmit"
@@ -79,10 +74,6 @@ export default class AvailableActions extends Mixins(RmrkVersionMixin) {
7974
: [];
8075
}
8176
82-
get buyAvailable() {
83-
return this.actions.some(e => e === 'BUY')
84-
}
85-
8677
get showSubmit() {
8778
return this.selectedAction && (!this.showMeta || this.metaValid);
8879
}

0 commit comments

Comments
 (0)