You've already forked joplin
mirror of
https://github.com/laurent22/joplin.git
synced 2025-07-13 00:10:37 +02:00
Web: Fix crash on opening settings (#12017)
This commit is contained in:
@ -172,10 +172,6 @@ export default function shimInit() {
|
||||
return false;
|
||||
};
|
||||
|
||||
shim.platformArch = () => {
|
||||
return ''; // Not supported
|
||||
};
|
||||
|
||||
shim.appVersion = () => {
|
||||
const p = require('react-native-version-info').default;
|
||||
return p.appVersion;
|
||||
|
Reference in New Issue
Block a user