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;
|
template: InvocationTemplate;
|
||||||
}) => {
|
}) => {
|
||||||
const { t } = useTranslation();
|
const { t } = useTranslation();
|
||||||
const { needsUpdate, mayUpdate, updateNode } = useNodeVersion(props.node.id);
|
const { needsUpdate, updateNode } = useNodeVersion(props.node.id);
|
||||||
return (
|
return (
|
||||||
<Box
|
<Box
|
||||||
sx={{
|
sx={{
|
||||||
|
Loading…
Reference in New Issue
Block a user