Skip to content
Snippets Groups Projects

Notifications + small updates

Merged H9031 requested to merge notification-view into development
3 files
+ 9
25
Compare changes
  • Side-by-side
  • Inline
Files
3
@@ -167,6 +167,7 @@ export default class GameView extends React.Component {
<TaskListButton
gameId={this.state.gameInfo.id}
role={this.state.role}
factions={this.state.gameInfo.factions}
/>
)}
{this.state.role !== "admin" && this.state.role !== "" && (
Loading