+ self = {{ self?.username }}
+
market_amount = {{ props.game.market_stack?.length }}
market =
@@ -15,7 +18,7 @@ const props = defineProps(['game'])
- players = {{ props.game.players }}
+ players = {{ props.game.players?.map((e: any) => gameObject[e].username) }}