Skip to content

Commit

Permalink
misspointed check on emailEnabled
Browse files Browse the repository at this point in the history
  • Loading branch information
engelhartrueben committed Aug 14, 2024
1 parent 87538cf commit fb0f56d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/containers/AdminCampaignStats.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -425,7 +425,7 @@ class AdminCampaignStats extends React.Component {
<span>
Export started -
{(this.props.organizationData &&
this.props.organizationData.emailEnabled) ?
this.props.organizationData.organization.emailEnabled) ?
" we'll e-mail you when it's done. " :
" check your Spoke directory. "}
{campaign.cacheable && (
Expand Down

0 comments on commit fb0f56d

Please sign in to comment.