mirror of
https://github.com/invoke-ai/InvokeAI
synced 2024-08-30 20:32:17 +00:00
chore(ui): lint
This commit is contained in:
parent
7fcf475aec
commit
92a9355ddb
@ -68,7 +68,7 @@ const Content = (props: {
|
||||
template: InvocationTemplate;
|
||||
}) => {
|
||||
const { t } = useTranslation();
|
||||
const { needsUpdate, mayUpdate, updateNode } = useNodeVersion(props.node.id);
|
||||
const { needsUpdate, updateNode } = useNodeVersion(props.node.id);
|
||||
return (
|
||||
<Box
|
||||
sx={{
|
||||
|
Loading…
Reference in New Issue
Block a user