remove unused comment from template lists

This commit is contained in:
John Mitchell 2020-10-19 13:57:24 -04:00
parent a3c5f50bbf
commit 8839fb9af3
2 changed files with 0 additions and 2 deletions

View File

@ -140,7 +140,6 @@ function DashboardTemplateList({ i18n }) {
jtActions && Object.prototype.hasOwnProperty.call(jtActions, 'POST');
const canAddWFJT =
wfjtActions && Object.prototype.hasOwnProperty.call(wfjtActions, 'POST');
// spreading Set() returns only unique keys
const addButtonOptions = [];
if (canAddJT) {

View File

@ -134,7 +134,6 @@ function TemplateList({ i18n }) {
jtActions && Object.prototype.hasOwnProperty.call(jtActions, 'POST');
const canAddWFJT =
wfjtActions && Object.prototype.hasOwnProperty.call(wfjtActions, 'POST');
// spreading Set() returns only unique keys
const addButtonOptions = [];
if (canAddJT) {