fix(client): fix comment in game details ui
1 files changed, 1 insertions(+), 1 deletions(-) M client/src/plugins/game/ui/mod.rs
M client/src/plugins/game/ui/mod.rs => client/src/plugins/game/ui/mod.rs +1 -1
@@ 31,7 31,7 @@ pub fn ui( // early return if game_status is None, and we're parsing it return; } - // game data is None, but we're not parsing it... + // game_status is None, but we're not parsing it... // should be unreachable, I think? return; };