Skip to content

Commit

Permalink
remove useless change
Browse files Browse the repository at this point in the history
  • Loading branch information
pgayvallet committed Jun 18, 2021
1 parent 28dfd22 commit 91bab98
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -235,7 +235,7 @@ class TutorialDirectoryUi extends React.Component {
renderNotices = () => {
const notices = getServices().tutorialService.getDirectoryNotices();
return notices.length ? (
<EuiFlexGroup grow={false} direction="column" gutterSize="none">
<EuiFlexGroup direction="column" gutterSize="none">
{notices.map((DirectoryNotice, index) => (
<EuiFlexItem key={index}>
<DirectoryNotice />
Expand Down

0 comments on commit 91bab98

Please sign in to comment.