mirror of
https://github.com/LukeHagar/website.git
synced 2025-12-07 12:57:49 +00:00
address comment.
This commit is contained in:
@@ -143,8 +143,8 @@ export const preferredVersion = writable<Version | null>(
|
||||
globalThis?.localStorage?.getItem('preferredVersion') as Version
|
||||
);
|
||||
|
||||
export const preferredPlatform = writable<Platform | null>(
|
||||
(globalThis?.localStorage?.getItem('preferredPlatform') as Platform) ?? 'client-web'
|
||||
export const preferredPlatform = writable<Platform>(
|
||||
(globalThis?.localStorage?.getItem('preferredPlatform') ?? 'client-web') as Platform
|
||||
);
|
||||
|
||||
if (browser) {
|
||||
|
||||
Reference in New Issue
Block a user