We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 77acd42 commit 9046921Copy full SHA for 9046921
src/components/Pages/ComingSoon.js
@@ -6,12 +6,10 @@ import BackButton from "../TopBar/BackButton";
6
export default class ComingSoon extends React.Component {
7
render() {
8
return (
9
- <React.Fragment>
10
- <div id="topbar-container">
11
- <BackButton link="history" />
12
- <h3 id="topbar-title">Coming soon...</h3>;
13
- </div>
14
- </React.Fragment>
+ <div id="topbar-container">
+ <BackButton link="history" />
+ <h3 id="topbar-title">Coming soon...</h3>;
+ </div>
15
);
16
}
17
0 commit comments