Skip to content

Commit

Permalink
Add empty prop for typescript typecheck
Browse files Browse the repository at this point in the history
  • Loading branch information
mraveux committed Nov 26, 2024
1 parent 34326db commit 6344ff4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions src/components/layouts/AddressOverview.vue
Original file line number Diff line number Diff line change
Expand Up @@ -358,6 +358,7 @@ import { Stablecoin, useAccountSettingsStore } from '../../stores/AccountSetting
export default defineComponent({
name: 'address-overview',
props: {},
setup() {
const { activeAccountId, activeCurrency, activeAccountInfo } = useAccountStore();
const { activeAddressInfo, activeAddress } = useAddressStore();
Expand Down
1 change: 1 addition & 0 deletions src/components/layouts/Sidebar.vue
Original file line number Diff line number Diff line change
Expand Up @@ -213,6 +213,7 @@ import { i18n } from '../../i18n/i18n-setup';
import { ENV_TEST, ENV_DEV, CryptoCurrency, FIAT_CURRENCIES_OFFERED } from '../../lib/Constants';
export default defineComponent({
props: {},
setup(props, context) {
const { config } = useConfig();
const { isMobile, height: windowHeight } = useWindowSize();
Expand Down

0 comments on commit 6344ff4

Please sign in to comment.