Skip to content

Commit

Permalink
🐛 fix: fix topic mobile view ui error (lobehub#5266)
Browse files Browse the repository at this point in the history
  • Loading branch information
hezhijie0327 authored Jan 2, 2025
1 parent 399220d commit 421a1b3
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@ const Topics = memo(({ children }: PropsWithChildren) => {
return (
<Modal
allowFullscreen
footer={null}
onCancel={() => setOpen(false)}
open={open}
styles={{
Expand Down

0 comments on commit 421a1b3

Please sign in to comment.