) : null}
+ {inboxActions.length > 0 ? (
+
+ {inboxActions.map((action) => {
+ const actionKey: InboxActionKey = `${item.id}:${action}`;
+ const busy = inboxActionKey === actionKey;
+ return (
+
+ );
+ })}
+
+ ) : null}
);
})}
@@ -1429,6 +1482,9 @@ function App() {
const [taskActionKey, setTaskActionKey] = useState