Skip to content

Commit 3ff02df

Browse files
authored
Merge pull request #252 from kodadot/garage-issues
garage issues
2 parents 40d3291 + 5c9d4df commit 3ff02df

File tree

3 files changed

+3
-2
lines changed

3 files changed

+3
-2
lines changed

dashboard/src/components/rmrk/Media/ModelMedia.vue

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@
33
<model-viewer
44
class="view-model__component"
55
:src="src"
6+
auto-rotate
67
camera-controls
78
shadow-intensity="1"
89
>

dashboard/src/components/rmrk/Profile/NavbarProfileDropdown.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@
4141
</a>
4242
</b-dropdown-item>
4343
</template>
44-
<b-dropdown-item custom aria-role="menuitem">
44+
<b-dropdown-item v-if="account" custom aria-role="menuitem">
4545
<b-button @click="changeAccount = !changeAccount" expanded
4646
>Change account</b-button
4747
>

dashboard/src/utils/WithKeyring.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ export default class WithKeyring extends Vue {
5858
return [...this.keyringAccounts, ...this.importedAccounts]
5959
}
6060

61-
public mounted(): void {
61+
public created(): void {
6262
this.mountWasmCrypto();
6363
}
6464

0 commit comments

Comments
 (0)