mirror of
https://github.com/fosrl/pangolin.git
synced 2026-03-07 03:06:40 +00:00
🚧 wip
This commit is contained in:
@@ -55,6 +55,9 @@ type NewVersionAvailableProps = {
|
|||||||
|
|
||||||
function NewVersionAvailable({ version }: NewVersionAvailableProps) {
|
function NewVersionAvailable({ version }: NewVersionAvailableProps) {
|
||||||
const { env } = useEnvContext();
|
const { env } = useEnvContext();
|
||||||
|
console.log({
|
||||||
|
env
|
||||||
|
});
|
||||||
const t = useTranslations();
|
const t = useTranslations();
|
||||||
|
|
||||||
const [ignoredVersionUpdate, setIgnoredVersionUpdate] = useLocalStorage<
|
const [ignoredVersionUpdate, setIgnoredVersionUpdate] = useLocalStorage<
|
||||||
|
|||||||
Reference in New Issue
Block a user