mirror of
https://github.com/invoke-ai/InvokeAI.git
synced 2026-04-23 03:00:31 -04:00
chore(ui): lint
This commit is contained in:
@@ -57,7 +57,7 @@ const ClearSingleQueueItemIconButton = (props: ClearQueueButtonProps) => {
|
||||
export const ClearQueueIconButton = (props: ClearQueueButtonProps) => {
|
||||
// Show the single item clear button when shift is pressed
|
||||
// Otherwise show the clear queue button
|
||||
const shift = useShiftModifier()
|
||||
const shift = useShiftModifier();
|
||||
const disclosure = useDisclosure();
|
||||
|
||||
return (
|
||||
|
||||
Reference in New Issue
Block a user