diff --git a/js/src/common/utils/patchMithril.js b/js/src/common/utils/patchMithril.js index bed246240..8b84a10ca 100644 --- a/js/src/common/utils/patchMithril.js +++ b/js/src/common/utils/patchMithril.js @@ -26,7 +26,7 @@ export default function patchMithril(global) { if (!vnode.attrs.options) vnode.attrs.options = { state: { key: Date.now() } }; return defaultLinkView(vnode); - } + }, }; const modifiedMithril = function (comp, ...args) {