Fix default date in SettingsPage

This commit is contained in:
Brandon Presley 2022-11-14 14:27:50 +13:00
parent b74f77e506
commit 3dea1e952c
1 changed files with 1 additions and 1 deletions

View File

@ -29,7 +29,7 @@ export default function SettingsPage() {
const [images, setImages] = useState(false)
const [showUnit, setShowUnit] = useState(false)
const [steps, setSteps] = useState(false)
const [date, setDate] = useState('%Y-%m-%d %H:%M')
const [date, setDate] = useState('P')
const {theme, setTheme, color, setColor} = useTheme()
const [showDate, setShowDate] = useState(false)
const [noSound, setNoSound] = useState(false)