Skip to content

Commit 34049e2

Browse files
authored
Merge branch 'homolog' into homolog
2 parents 5204ca9 + 9064304 commit 34049e2

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

src/components/back4App/Header/Header.react.js

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -47,6 +47,7 @@ export default class Header extends React.Component {
4747
</div>
4848

4949
<div className={styles['right-side']}>
50+
5051
<Media query="(min-width: 1100px)">
5152
<Nav items={navData.items} />
5253
</Media>
@@ -57,6 +58,7 @@ export default class Header extends React.Component {
5758
<Button color="green" weight="700" url="https://dashboard.back4app.com/apps/#!/apps/new">NEW APP</Button>
5859
</div>
5960
</Media>
61+
6062
</div>
6163
</header>
6264
);

src/dashboard/Dashboard.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -215,7 +215,7 @@ class Dashboard extends React.Component {
215215
configLoadingError: error,
216216
configLoadingState: AsyncStatus.FAILED
217217
});
218-
});
218+
})
219219
}
220220

221221
render() {

0 commit comments

Comments
 (0)