DEV: removes superfluous arguments

This commit is contained in:
jjaffeux 2020-09-22 16:23:23 +02:00
parent f98f5159ce
commit 7e023968b8
1 changed files with 2 additions and 4 deletions

View File

@ -407,9 +407,7 @@ export default {
}); });
} }
withPluginApi("0.11.0", (api) => initialize(api, container)); withPluginApi("0.11.0", (api) => initialize(api));
withPluginApi("0.8.28", (api) => withPluginApi("0.8.28", (api) => registerTopicFooterButtons(api));
registerTopicFooterButtons(api, container)
);
}, },
}; };