Skip to content

Commit 9046921

Browse files
committed
Refactor ComingSoon
Relates #125
1 parent 77acd42 commit 9046921

File tree

1 file changed

+4
-6
lines changed

1 file changed

+4
-6
lines changed

src/components/Pages/ComingSoon.js

+4-6
Original file line numberDiff line numberDiff line change
@@ -6,12 +6,10 @@ import BackButton from "../TopBar/BackButton";
66
export default class ComingSoon extends React.Component {
77
render() {
88
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>
9+
<div id="topbar-container">
10+
<BackButton link="history" />
11+
<h3 id="topbar-title">Coming soon...</h3>;
12+
</div>
1513
);
1614
}
1715
}

0 commit comments

Comments
 (0)