Skip to content

Commit

Permalink
chore(platform): Fixed formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
rajdip-b committed Feb 10, 2025
1 parent 2d39815 commit 81f86de
Showing 1 changed file with 1 addition and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -122,10 +122,7 @@ function VariablePage(): React.JSX.Element {
) : null}

{/* Edit variable sheet */}
{isEditVariableOpen && selectedVariable ? (
<EditVariablSheet />
) : null}

{isEditVariableOpen && selectedVariable ? <EditVariablSheet /> : null}
</div>
)}
</div>
Expand Down

0 comments on commit 81f86de

Please sign in to comment.