Skip to content

Commit

Permalink
fix: workflow data
Browse files Browse the repository at this point in the history
  • Loading branch information
hopetambala committed Dec 20, 2021
1 parent 81e0973 commit a670db0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion domains/DataCollection/FormGallery/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -171,7 +171,7 @@ const FormGallery = ({
/>
))}
{/* custom forms with no workflow assigned */}
{noWorkflowData.length > 0 && (
{noWorkflowData && noWorkflowData.length > 0 && (
<FormsHorizontalView
forms={noWorkflowData}
header={I18n.t('formsGallery.noWorflowAssigned')}
Expand Down

0 comments on commit a670db0

Please sign in to comment.