Refactoring / Flow types

This commit is contained in:
Philipp Czora
2018-11-19 10:31:01 +01:00
parent 921448145a
commit a949a15f5b
6 changed files with 60 additions and 36 deletions

View File

@@ -18,7 +18,7 @@ class ErrorNotification extends React.Component<Props> {
</Notification>
);
}
return "";
return null;
}
}