Fix missing text formatting (#4587)

Do not show in changelog
This commit is contained in:
Clément Pasteau
2022-11-28 15:47:39 +01:00
committed by GitHub
parent 5ab8a3cd73
commit a64815f500

View File

@@ -395,7 +395,9 @@ const GameFeedback = ({ i18n, authenticatedUser, game }: Props) => {
/>
</LineStackLayout>
) : (
<Trans>You don't have any feedback for this game.</Trans>
<Text>
<Trans>You don't have any feedback for this game.</Trans>
</Text>
)}
</>
)}