Apply Prettier formatting
This commit is contained in:
parent
55f3ceb0ed
commit
86f8b3e945
1 changed files with 1 additions and 1 deletions
|
|
@ -24,7 +24,7 @@ const useCheckCodeValidity = (
|
|||
if (!thisNodeTemplate.code) return;
|
||||
const currentCode = thisNodeTemplate.code?.value;
|
||||
const thisNodesCode = data.node!.template?.code?.value;
|
||||
const componentsToIgnore = ["CustomComponent"]
|
||||
const componentsToIgnore = ["CustomComponent"];
|
||||
setIsOutdated(
|
||||
currentCode !== thisNodesCode && !componentsToIgnore.includes(data.type),
|
||||
);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue