mirror of
https://github.com/billsonnn/nitro-react.git
synced 2024-12-04 18:56:28 +01:00
Rename
This commit is contained in:
parent
f64365a976
commit
1796cd36b9
@ -100,7 +100,7 @@ export const CameraWidgetCheckoutView: FC<CameraWidgetCheckoutViewProps> = props
|
|||||||
<NitroCardContentView>
|
<NitroCardContentView>
|
||||||
<Flex center>
|
<Flex center>
|
||||||
{ (pictureUrl && pictureUrl.length) &&
|
{ (pictureUrl && pictureUrl.length) &&
|
||||||
<LayoutImage fit={ false } className="picture-preview border" imageUrl={ pictureUrl } /> }
|
<LayoutImage className="picture-preview border" imageUrl={ pictureUrl } /> }
|
||||||
{ (!pictureUrl || !pictureUrl.length) &&
|
{ (!pictureUrl || !pictureUrl.length) &&
|
||||||
<Flex center className="picture-preview border">
|
<Flex center className="picture-preview border">
|
||||||
<Text bold>{ LocalizeText('camera.loading') }</Text>
|
<Text bold>{ LocalizeText('camera.loading') }</Text>
|
||||||
|
@ -188,7 +188,7 @@ export const CameraWidgetEditorView: FC<CameraWidgetEditorViewProps> = props =>
|
|||||||
</Column>
|
</Column>
|
||||||
<Column size={ 7 } justifyContent="between" overflow="hidden">
|
<Column size={ 7 } justifyContent="between" overflow="hidden">
|
||||||
<Column center>
|
<Column center>
|
||||||
<LayoutImage fit={ false } imageUrl={ getCurrentPictureUrl } className="picture-preview" />
|
<LayoutImage imageUrl={ getCurrentPictureUrl } className="picture-preview" />
|
||||||
{ selectedEffectName &&
|
{ selectedEffectName &&
|
||||||
<Column center fullWidth gap={ 1 }>
|
<Column center fullWidth gap={ 1 }>
|
||||||
<Text>{ LocalizeText('camera.effect.name.' + selectedEffectName) }</Text>
|
<Text>{ LocalizeText('camera.effect.name.' + selectedEffectName) }</Text>
|
||||||
|
Loading…
Reference in New Issue
Block a user