новая обрезка для результата
This commit is contained in:
parent
e29e41d8b8
commit
b32f771390
@ -127,6 +127,7 @@ export default function App() {
|
|||||||
return (
|
return (
|
||||||
<>
|
<>
|
||||||
{amoAccount && <AmoTokenExpiredDialog isAmoTokenExpired={amoAccount.stale} />}
|
{amoAccount && <AmoTokenExpiredDialog isAmoTokenExpired={amoAccount.stale} />}
|
||||||
|
|
||||||
<ContactFormModal />
|
<ContactFormModal />
|
||||||
<FloatingSupportChat />
|
<FloatingSupportChat />
|
||||||
{location.state?.backgroundLocation && (
|
{location.state?.backgroundLocation && (
|
||||||
|
@ -343,7 +343,7 @@ export const ResultCard = ({ resultContract, resultData }: Props) => {
|
|||||||
|
|
||||||
<MediaSelectionAndDisplay
|
<MediaSelectionAndDisplay
|
||||||
question={resultData}
|
question={resultData}
|
||||||
cropAspectRatio={{ width: 305.9, height: 305.9 }}
|
cropAspectRatio={{ width: 700, height: 306 }}
|
||||||
/>
|
/>
|
||||||
|
|
||||||
{buttonPlus ? (
|
{buttonPlus ? (
|
||||||
|
Loading…
Reference in New Issue
Block a user