Skip to content

Commit

Permalink
hide button chatbox
Browse files Browse the repository at this point in the history
  • Loading branch information
0xd22f9c committed Sep 4, 2024
1 parent 7c781f2 commit 279cbbf
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/modules/blockchains/Buy/studio/WorkArea/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ import ActionsWorkArea from '@/modules/blockchains/Buy/studio/ActionsWorkArea';
import TopWorkArea from '@/modules/blockchains/Buy/studio/TopWorkArea';
import RightContent from '@/modules/blockchains/Buy/studio/WorkArea/RightContent';
import s from '@/modules/blockchains/Buy/styles_v6.module.scss';
import ButtonStartChat from '../ButtonStartChat';
// import ButtonStartChat from '../ButtonStartChat';
import LoadingOverlay from './LoadingOverlay';

export default function WorkArea() {
Expand All @@ -15,7 +15,7 @@ export default function WorkArea() {
<LoadingOverlay />
<RightContent />
<ActionsWorkArea />
<ButtonStartChat />
{/* <ButtonStartChat /> */}
</div>
</div>
);
Expand Down

0 comments on commit 279cbbf

Please sign in to comment.