4
0

needsArgumentForm.js 113 B

123
  1. export function needsArgumentForm (action) {
  2. return (action?.arguments?.length > 0) || action?.justification
  3. }