Skip to content
Snippets Groups Projects

Notifications + small updates

Merged H9031 requested to merge notification-view into development
1 file
+ 5
0
Compare changes
  • Side-by-side
  • Inline
@@ -86,6 +86,11 @@ export default class NotificationView extends React.Component {
@@ -86,6 +86,11 @@ export default class NotificationView extends React.Component {
</button>
</button>
</form>
</form>
)}
)}
 
{this.props.role === "admin" &&
 
(this.props.gameState === "ENDED" ||
 
this.props.gameState === "CREATED") && (
 
<p>Notifications can only be sent if the game is ongoing</p>
 
)}
</div>
</div>
{notifications}
{notifications}
</div>
</div>
Loading