Skip to content

Commit

Permalink
Fix AdminGuestInvite layout
Browse files Browse the repository at this point in the history
  • Loading branch information
ba1uev committed Mar 21, 2024
1 parent 6408f3d commit 59fcf02
Showing 1 changed file with 3 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@ import {
ButtonsWrapper,
Button,
LabelWrapper,
WidgetWrapper,
} from '#client/components/ui'
import { showNotification } from '#client/components/ui/Notifications'
import { OfficeFloorMap } from '#client/components/OfficeFloorMap'
Expand Down Expand Up @@ -92,7 +93,7 @@ export const AdminGuestInvite: React.FC = () => {
)

return (
<div>
<WidgetWrapper>
{invite ? (
<div>
<div className="block lg:flex">
Expand Down Expand Up @@ -194,6 +195,6 @@ export const AdminGuestInvite: React.FC = () => {
) : (
<>Loading...</>
)}
</div>
</WidgetWrapper>
)
}

0 comments on commit 59fcf02

Please sign in to comment.