Skip to content

Commit

Permalink
fix: return in ErrorDisplay
Browse files Browse the repository at this point in the history
  • Loading branch information
alexandremgo committed Nov 3, 2022
1 parent ad1ad03 commit 281670d
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ const ErrorDisplay = ({
}: ErrorDisplayProps) => {
const { t } = useTranslation();

renderError({ t, error, onRetry, withExportLogs, list, supportLink, warning });
return renderError({ t, error, onRetry, withExportLogs, list, supportLink, warning });
};

export default ErrorDisplay;

0 comments on commit 281670d

Please sign in to comment.