mirror of
https://github.com/FranP-code/Hangman-game-with-React.git
synced 2025-10-13 00:42:32 +00:00
Fixes
This commit is contained in:
@@ -15,7 +15,11 @@ const AdminHeader = (props) => {
|
||||
Back to the Game
|
||||
</button>
|
||||
|
||||
<AccountPreview />
|
||||
{
|
||||
!props.demo ?
|
||||
<AccountPreview />
|
||||
: null
|
||||
}
|
||||
</header>
|
||||
)
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user