Reaction sorting, minor style and usability fixes

This commit is contained in:
mrfry 2021-05-11 10:01:00 +02:00
parent 2488aa2a11
commit 933b453498
14 changed files with 67 additions and 94 deletions

View file

@ -1,6 +1,7 @@
import React from 'react'
import constants from '../constants.json'
export default function Sleep(props) {
export default function Sleep() {
const hours = new Date().getHours()
if (hours < 4 || hours > 23) {
return (