Skip to content

Commit

Permalink
fix: Merge conflicts from master resolved
Browse files Browse the repository at this point in the history
  • Loading branch information
edvinstava committed Aug 6, 2024
1 parent d28d76f commit c029012
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Plugin.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@ const PluginInner = (propsFromParent: EnrollmentOverviewProps) => {
);
}

if (isErrorTei || isErrorEvents) {
if (isErrorEvents) {
return (
<GenericError
errorMessage={i18n.t('Failed to load data. Please check that you have selected the correct programStageId in the configuration.')}
Expand Down

0 comments on commit c029012

Please sign in to comment.