mirror of
https://github.com/invoke-ai/InvokeAI
synced 2024-08-30 20:32:17 +00:00
prettier
This commit is contained in:
parent
8fdff33cf8
commit
58d2c1557d
@ -73,10 +73,10 @@ const ImageGalleryContent = () => {
|
||||
</Flex>
|
||||
<PanelGroup ref={panelGroupRef} direction="vertical">
|
||||
<Panel>
|
||||
<Collapse in={boardSearchDisclosure.isOpen} >
|
||||
<Box mt="2">
|
||||
<BoardsSearch />
|
||||
</Box>
|
||||
<Collapse in={boardSearchDisclosure.isOpen}>
|
||||
<Box mt="2">
|
||||
<BoardsSearch />
|
||||
</Box>
|
||||
</Collapse>
|
||||
<BoardsList />
|
||||
</Panel>
|
||||
|
Loading…
Reference in New Issue
Block a user