Skip to content

Commit

Permalink
remove unused
Browse files Browse the repository at this point in the history
  • Loading branch information
RustemYuzlibaev committed Sep 15, 2024
1 parent 3b2c1ae commit 3976859
Show file tree
Hide file tree
Showing 5 changed files with 7 additions and 9 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
import { components, mixins } from '@soramitsu/soraneo-wallet-web';
import { Component, Mixins } from 'vue-property-decorator';
import { DashboardComponents, DashboardPageNames } from '@/modules/dashboard/consts';
import { DashboardPageNames } from '@/modules/dashboard/consts';
import router from '@/router';
import GuideNft from '../guides/Nft.vue';
Expand Down
4 changes: 2 additions & 2 deletions src/modules/dashboard/components/AttachRegulatedDialog.vue
Original file line number Diff line number Diff line change
Expand Up @@ -16,10 +16,10 @@
</template>

<script lang="ts">
import { mixins, components, api } from '@soramitsu/soraneo-wallet-web';
import { mixins, components } from '@soramitsu/soraneo-wallet-web';
import { Component, Mixins } from 'vue-property-decorator';
import { DashboardComponents, DashboardPageNames } from '@/modules/dashboard/consts';
import { DashboardPageNames } from '@/modules/dashboard/consts';
import type { AssetCreationType } from '@/modules/dashboard/types';
import router from '@/router';
Expand Down
4 changes: 1 addition & 3 deletions src/modules/dashboard/components/GrantPrivilegeDialog.vue
Original file line number Diff line number Diff line change
Expand Up @@ -43,9 +43,7 @@ import { XOR } from '@sora-substrate/sdk/build/assets/consts';
import { mixins, components, api } from '@soramitsu/soraneo-wallet-web';
import { Component, Mixins, Prop } from 'vue-property-decorator';
import type TokenInput from '@/components/shared/Input/TokenInput.vue';
import { Components, ZeroStringValue } from '@/consts';
import { lazyComponent } from '@/router';
import { ZeroStringValue } from '@/consts';
import { getter, state } from '@/store/decorators';
import type { CodecString, NetworkFeesObject } from '@sora-substrate/sdk';
Expand Down
2 changes: 1 addition & 1 deletion src/modules/dashboard/components/guides/Sbt.vue
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ export default class SbtGuide extends Mixins(mixins.TranslationMixin) {}
&-warning.icon {
position: absolute;
background-color: #479aef;
border: 2.25257px solid #f7f3f4;
border: 2px solid #f7f3f4;
box-shadow: var(--s-shadow-element-pressed);
top: 20px;
right: 20px;
Expand Down
4 changes: 2 additions & 2 deletions src/modules/dashboard/views/AssetOwnerDetailsSBT.vue
Original file line number Diff line number Diff line change
Expand Up @@ -23,10 +23,10 @@
</div>
<s-divider />
<div class="sbt-info">
<div>
<!-- <div>

Check warning on line 26 in src/modules/dashboard/views/AssetOwnerDetailsSBT.vue

View check run for this annotation

Soramitsu-Sonar-PR-decoration / polkaswap-exchange-web Sonarqube Results

src/modules/dashboard/views/AssetOwnerDetailsSBT.vue#L26

Remove this commented out code.
<span class="sbt-info-property">Accounts with permission</span>
<span class="sbt-info-value">n/a</span>
</div>
</div> -->
<s-divider />
<div>
<span class="sbt-info-property">Regulated assets connected</span>
Expand Down

0 comments on commit 3976859

Please sign in to comment.