+
+ {actionAmount > 0 && actionAmount < actions.length ?
+
+ : null}
+
+
Actions ({actionAmount} / {actions.length})
Actions are the tasks performed by an app. Read more about actions and apps
here.
@@ -2091,18 +2107,7 @@ const AppCreator = (props) => {
setActionsModalOpen(true)
}}>New action
{/*
- {actionAmount} {actions.length}
- {actionAmount > 0 && actionAmount < actions.length ? null :
-
- }
+ {actionAmount} {actions.length}
*/}