Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

card balance appearance #1173

Merged
merged 22 commits into from
Oct 10, 2023
Merged

card balance appearance #1173

merged 22 commits into from
Oct 10, 2023

Conversation

RustemYuzlibaev
Copy link
Contributor

No description provided.

@RustemYuzlibaev RustemYuzlibaev added the experimental_environment This pr will be deployed on tachi cluster label Oct 3, 2023
@safinsaf safinsaf added experimental_environment This pr will be deployed on tachi cluster and removed experimental_environment This pr will be deployed on tachi cluster labels Oct 3, 2023
get balance(): string {
const balance = this.userInfo.availableBalance;

if (balance === 0) return '0';
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

!balance better

@@ -108,7 +123,7 @@ export default class Payment extends Mixins(TranslationMixin, mixins.LoadingMixi
}
</script>

<style lang="scss" scope>
<style lang="scss">
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Why did you remove it? I don't see any reason

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

it's mistake created long ago, proper attributed is 'scoped'. Should be non-scoped

src/views/SoraCard.vue Outdated Show resolved Hide resolved
@RustemYuzlibaev RustemYuzlibaev merged commit ea66e0e into develop Oct 10, 2023
@RustemYuzlibaev RustemYuzlibaev deleted the feature/show-card-balance branch October 10, 2023 17:10
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
experimental_environment This pr will be deployed on tachi cluster
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants