DEVELOPMENT ENVIRONMENT

~liljamo/deck-builder

c6ba0da7707a240349fb39833e32d572c87d03dd — skye 1 year, 5 months ago 25673a0
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;
            };