diff options
author | Maxime Quandalle <maxime@quandalle.com> | 2016-01-03 23:45:46 +0100 |
---|---|---|
committer | Maxime Quandalle <maxime@quandalle.com> | 2016-01-03 23:45:46 +0100 |
commit | ac6491ea127215cb07ca490fc2cc1af7c3778e8f (patch) | |
tree | b5f3a54950289f39d3eafc745f133d2512c24cb5 /client/components/sidebar/sidebarArchives.js | |
parent | 46747b01fb3eb42901518a3fdb8a5f6d823465eb (diff) | |
download | wekan-ac6491ea127215cb07ca490fc2cc1af7c3778e8f.tar.gz wekan-ac6491ea127215cb07ca490fc2cc1af7c3778e8f.tar.bz2 wekan-ac6491ea127215cb07ca490fc2cc1af7c3778e8f.zip |
Remove unnecessary template name declaration
This code was duplicate with the name we use to `register` the
component. A update of blaze-component removed the need to duplicate
this declaration.
Diffstat (limited to 'client/components/sidebar/sidebarArchives.js')
-rw-r--r-- | client/components/sidebar/sidebarArchives.js | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/client/components/sidebar/sidebarArchives.js b/client/components/sidebar/sidebarArchives.js index 18970267..c8196f23 100644 --- a/client/components/sidebar/sidebarArchives.js +++ b/client/components/sidebar/sidebarArchives.js @@ -1,8 +1,4 @@ BlazeComponent.extendComponent({ - template() { - return 'archivesSidebar'; - }, - tabs() { return [ { name: TAPi18n.__('cards'), slug: 'cards' }, |