Skip to content

Commit

Permalink
hide
Browse files Browse the repository at this point in the history
  • Loading branch information
happylolonly committed May 30, 2024
1 parent 9446dc8 commit cfb1e39
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions front/src/pages/Main/Main.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -306,7 +306,7 @@ const Main = () => {
</Display>
)}

{textProof && (
{/* {textProof && (
<Display title={<DisplayTitle title="message" />}>
<div
style={{
Expand All @@ -317,7 +317,7 @@ const Main = () => {
{JSON.stringify(textProof)}
</div>
</Display>
)}
)} */}

<ActionBar>{actionBarContent}</ActionBar>
</MainContainer>
Expand Down

0 comments on commit cfb1e39

Please sign in to comment.