Apply Prettier formatting

This commit is contained in:
ogabrielluiz 2024-06-22 21:07:43 +00:00 committed by Gabriel Luiz Freitas Almeida
commit 86f8b3e945

View file

@ -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),
);