Skip to content

Commit f2362eb

Browse files
committed
Removed the loading indicator / refresh button in the appbar. Fixes #195.
1 parent 6b540b5 commit f2362eb

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
1616

1717
- Using new verification library v0.2.0 (#184).
1818
- Refactoring, avoiding the usage of an internal, undocumented react-admin component (#185).
19+
- Removed the loading indicator / refresh button in the appbar (#195).
1920

2021
### Fixed
2122

main/src/components/InteractionLayout/NavigationBar/NavigationBar.jsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ function NavigationBar(props) {
5555

5656
return (
5757
<>
58-
<AppBar {...props} userMenu={<AuthenticationMenu />}>
58+
<AppBar {...props} toolbar={<></>} userMenu={<AuthenticationMenu />}>
5959
<img
6060
id="app-logo"
6161
src={config.logoLocation}

0 commit comments

Comments
 (0)