tile merge

This commit is contained in:
StephDietz 2023-07-12 10:56:17 -05:00
parent 2f7569ce41
commit c34c436abe

View File

@ -45,11 +45,7 @@ export function GridTileImage({
title={labels.title}
amount={labels.amount}
currencyCode={labels.currencyCode}
<<<<<<< HEAD
size={labels.isSmall ? 'small' : 'large'}
=======
size="large"
>>>>>>> design-refresh
position={labelPosition}
/>
) : null}