mirror of
https://github.com/invoke-ai/InvokeAI.git
synced 2026-02-14 03:25:29 -05:00
fix prettier
This commit is contained in:
committed by
psychedelicious
parent
ef135f9923
commit
12179dabba
@@ -55,7 +55,9 @@ export const ModelInstallQueue = memo(() => {
|
|||||||
<Box layerStyle="first" p={3} borderRadius="base" w="full" h="full">
|
<Box layerStyle="first" p={3} borderRadius="base" w="full" h="full">
|
||||||
<ScrollableContent>
|
<ScrollableContent>
|
||||||
<Flex flexDir="column-reverse" gap="2" w="full">
|
<Flex flexDir="column-reverse" gap="2" w="full">
|
||||||
{data?.map((model) => <ModelInstallQueueItem key={model.id} installJob={model} />)}
|
{data?.map((model) => (
|
||||||
|
<ModelInstallQueueItem key={model.id} installJob={model} />
|
||||||
|
))}
|
||||||
</Flex>
|
</Flex>
|
||||||
</ScrollableContent>
|
</ScrollableContent>
|
||||||
</Box>
|
</Box>
|
||||||
|
|||||||
Reference in New Issue
Block a user