Skip to content

Commit

Permalink
build fix
Browse files Browse the repository at this point in the history
  • Loading branch information
AndrewR3K committed Nov 28, 2024
1 parent df18c83 commit e6e8537
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions ui/src/store/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@ export default createStore({
myHorses: null,
horses: null,
shopName: null,
translations: null,
comps: null,
activeHorse: null,
compCashPrice: 0,
Expand Down Expand Up @@ -88,10 +87,7 @@ export default createStore({
},
setCurrencyType(context, payload) {
context.commit("SET_CURRENCY_TYPE", payload);
},
setTranslations(context, payload) {
context.commit("SET_TRANSLATIONS", payload);
},
}
},
modules: {},
});

0 comments on commit e6e8537

Please sign in to comment.