Format fixes

This commit is contained in:
Richard Bowman 2023-12-01 02:23:58 +00:00
parent 59e0cf5905
commit 5d87a7582e
3 changed files with 8 additions and 4 deletions

View file

@ -67,7 +67,11 @@ Vue.mixin({
}
},
thingActionUrl(thing, action) {
return this.$store.getters["wot/thingActionUrl"](thing, action, "invokeaction");
return this.$store.getters["wot/thingActionUrl"](
thing,
action,
"invokeaction"
);
},
modalConfirm: function(modalText) {
var context = this;