diff --git a/src/components/weather/WeatherCard.tsx b/src/components/weather/WeatherCard.tsx
index 2b30012..c90cb44 100644
--- a/src/components/weather/WeatherCard.tsx
+++ b/src/components/weather/WeatherCard.tsx
@@ -145,20 +145,20 @@ export function WeatherCard({ sessionId, currentUserId, entry, canEdit, previous
{/* Performance */}
{canEditThis ? (
-
+
) : (
-
- {performanceEmoji || '-'}
+
+ {performanceEmoji || '-'}
)}
@@ -167,20 +167,20 @@ export function WeatherCard({ sessionId, currentUserId, entry, canEdit, previous
{/* Moral */}
{canEditThis ? (
-
+
) : (
-
- {moralEmoji || '-'}
+
+ {moralEmoji || '-'}
)}
@@ -189,20 +189,20 @@ export function WeatherCard({ sessionId, currentUserId, entry, canEdit, previous
{/* Flux */}
{canEditThis ? (
-
+
) : (
-
- {fluxEmoji || '-'}
+
+ {fluxEmoji || '-'}
)}
@@ -211,20 +211,20 @@ export function WeatherCard({ sessionId, currentUserId, entry, canEdit, previous
{/* Création de valeur */}
{canEditThis ? (
-
+
) : (
-
- {valueCreationEmoji || '-'}
+
+ {valueCreationEmoji || '-'}
)}
| | | |