We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e71d75d commit 2bbbc0fCopy full SHA for 2bbbc0f
app/components/Block.tsx
@@ -18,7 +18,7 @@ export default function Block({
18
string | number | undefined
19
>();
20
const [showAdvanced, setShowAdvanced] = useState(false);
21
- if (!pv.visible && !showHiddenBlocks && !instName) {
+ if (!pv.visible && !showHiddenBlocks) {
22
return null;
23
}
24
if (pv.value != currentValue) {
0 commit comments