- {game.sale ? (
-
-
- {(game.commom_price / 100).toLocaleString('en-US', {
- currency: 'USD',
- style: 'currency',
- })}
-
-
- {(game.best_price / 100).toLocaleString('en-US', {
- currency: 'USD',
- style: 'currency',
- })}
-
-
- ) : (
- (game.best_price / 100).toLocaleString('en-US', {
- currency: 'USD',
- style: 'currency',
- })
- )}
+
+
+
+ Release Date: {game.release}
+
+ {game.platforms.map((platform) => (
+
+
+ {platform.name}
+
+
+ ))}
+
+
+
+
+ {game.sale ? (
+
+
+ {(game.commom_price / 100).toLocaleString('en-US', {
+ currency: 'USD',
+ style: 'currency',
+ })}
+
+
+ {(game.best_price / 100).toLocaleString('en-US', {
+ currency: 'USD',
+ style: 'currency',
+ })}
+
+
+ ) : (
+ (game.best_price / 100).toLocaleString('en-US', {
+ currency: 'USD',
+ style: 'currency',
+ })
+ )}
+
+
-
-
- {game.genres.map((genre) => (
-
-
-
- ))}
+
+ {game.genres.map((genre) => (
+
+
+
+ ))}
+
-