You've already forked joplin
mirror of
https://github.com/laurent22/joplin.git
synced 2025-11-26 22:41:17 +02:00
Mobile: Upgrade to React Native 0.77 (#12179)
This commit is contained in:
@@ -237,7 +237,7 @@ export const settingsSections = createSelector(
|
||||
} else {
|
||||
output.push(...([
|
||||
'tools', 'importOrExport', 'moreInfo',
|
||||
].map(name => {
|
||||
].map((name): SettingMetadataSection => {
|
||||
return {
|
||||
name,
|
||||
metadatas: [],
|
||||
|
||||
Reference in New Issue
Block a user