Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
SnosMe committed Jan 15, 2021
1 parent b7e8a11 commit c3bc661
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/web/map-check/WidgetMapCheck.vue
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,6 @@ import { prepareMapStats } from './prepare-map-stats'
import { TRANSLATED_ITEM_NAME_BY_REF, MAP_IMGS } from '@/assets/data'
import { MapCheckWidget, WidgetManager } from '../overlay/interfaces'
import * as ipc from '@/ipc/ipc-event'
import i18n from '../i18n'
export default defineComponent({
components: {
Expand Down Expand Up @@ -97,6 +96,7 @@ export default defineComponent({
})
return {
t,
anchor,
wm,
mapName,
Expand Down

0 comments on commit c3bc661

Please sign in to comment.