chore: fix blank screen issue on iOS web app

This commit is contained in:
Aman Harwara
2023-07-20 20:23:26 +05:30
parent 78b87672de
commit 7acf23033d

View File

@@ -8,7 +8,7 @@ export function platformFromString(string: string) {
'linux-desktop': Platform.LinuxDesktop,
'windows-web': Platform.WindowsWeb,
'windows-desktop': Platform.WindowsDesktop,
ios: Platform.Ios,
'ios-web': Platform.Ios,
android: Platform.Android,
}
return map[string]