Skip to content

Commit

Permalink
fix: remove extra typo ; rendered in the component
Browse files Browse the repository at this point in the history
  • Loading branch information
johanseto committed Jun 27, 2023
1 parent d3cfac0 commit 40f8097
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ function LaunchFeedbackCarousel() {

return (
<IntlProvider locale={locale} messages={getMessages()}>
<FeedbackCarousel />;
<FeedbackCarousel />
</IntlProvider>
);
}
Expand Down
2 changes: 1 addition & 1 deletion eox_nelp/static/feedback_carousel/js/feedback_carousel.js

Large diffs are not rendered by default.

0 comments on commit 40f8097

Please sign in to comment.