fix suggestion
This commit is contained in:
@@ -5,7 +5,7 @@ import {
|
|||||||
launchImageLibraryAsync,
|
launchImageLibraryAsync,
|
||||||
UIImagePickerPreferredAssetRepresentationMode,
|
UIImagePickerPreferredAssetRepresentationMode,
|
||||||
} from 'expo-image-picker'
|
} from 'expo-image-picker'
|
||||||
import {msg} from '@lingui/macro'
|
import {msg, plural} from '@lingui/macro'
|
||||||
import {useLingui} from '@lingui/react'
|
import {useLingui} from '@lingui/react'
|
||||||
|
|
||||||
import {VIDEO_MAX_DURATION_MS} from '#/lib/constants'
|
import {VIDEO_MAX_DURATION_MS} from '#/lib/constants'
|
||||||
@@ -402,7 +402,6 @@ export function SelectMediaButton({
|
|||||||
comment: `Error message for maximum number of images that can be selected to add to a post, currently 4 but may change.`,
|
comment: `Error message for maximum number of images that can be selected to add to a post, currently 4 but may change.`,
|
||||||
}),
|
}),
|
||||||
),
|
),
|
||||||
),
|
|
||||||
[SelectedAssetError.MaxVideos]: _(
|
[SelectedAssetError.MaxVideos]: _(
|
||||||
msg`You can only select one video at a time.`,
|
msg`You can only select one video at a time.`,
|
||||||
),
|
),
|
||||||
|
|||||||
Reference in New Issue
Block a user