Fix syntax error
This commit is contained in:
parent
ab952ddec4
commit
54422255c3
1 changed files with 1 additions and 1 deletions
|
|
@ -52,7 +52,7 @@ const BottomHeader = () => {
|
|||
<span className="text">Delete team</span>
|
||||
</AlertDialog.Trigger>
|
||||
<AlertDialog.Portal>
|
||||
<AlertDialog.Overlay className="Overlay"} />
|
||||
<AlertDialog.Overlay className="Overlay" />
|
||||
<AlertDialog.Content className="Dialog">
|
||||
<AlertDialog.Title className="DialogTitle">
|
||||
Delete team
|
||||
|
|
|
|||
Loading…
Reference in a new issue