Skip to content

Commit

Permalink
1
Browse files Browse the repository at this point in the history
  • Loading branch information
FulcrumOne committed Nov 7, 2024
1 parent ab0c733 commit 2542a32
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Sources/Internal/Models/AnyPopup.swift
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,7 @@ extension AnyPopup {
height: nil,
dragHeight: nil,
dismissTimer: nil,
_body: .init(EmptyView()),
_body: EmptyView(),
_onFocus: {},
_onDismiss: {}
)}
Expand Down

0 comments on commit 2542a32

Please sign in to comment.