Merge branch 'main' into debian12
merged bug fix by first loading in to the page
This commit is contained in:
@@ -2,7 +2,7 @@ import React, { useState } from "react";
|
||||
import { myToast } from "../utils/toastify";
|
||||
|
||||
const getInitialTheme = () => localStorage.getItem("theme") || "light";
|
||||
const getInitialUnit = () => localStorage.getItem("unit") || "celsius";
|
||||
const getInitialUnit = () => localStorage.getItem("unit") || "metric";
|
||||
|
||||
interface Props {
|
||||
onClose: () => void;
|
||||
|
Reference in New Issue
Block a user