Skip to content

Commit

Permalink
feat: fixed unit tests
Browse files Browse the repository at this point in the history
  • Loading branch information
Rassl committed Dec 5, 2024
1 parent a2fa0e4 commit 525f52f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/App/ActionsToolbar/PlayerControl/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ export const PlayerControl = () => {

const showPlayer = (sidebarIsOpen && selectedNode?.ref_id !== playingNode?.ref_id) || (playingNode && !sidebarIsOpen)

const isMindset = window.location?.hostname === 'graphmindset.sphinx.chat' || window.location.hostname === 'localhost'
const isMindset = window.location?.hostname === 'graphmindset.sphinx.chat'

return miniPlayerIsVisible && playingNode && showPlayer && !isMindset ? (
<Wrapper onClick={openNodeDetails}>
Expand Down

0 comments on commit 525f52f

Please sign in to comment.