Skip to content

Commit 6390c62

Browse files
committed
Removed setting of removed flagged
1 parent a9929d4 commit 6390c62

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

packages/typespec/src/components/namespace/namespace.tsx

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,6 @@ export function Namespace(props: NamespaceProps) {
2424
{props.children}
2525
</NamespaceContext.Provider>);
2626
} else {
27-
sfScope.hasBlockNamespace = true;
2827
return (
2928
<>
3029
namespace <NamespaceName symbol={namespaceSymbol} relative />{" "}

0 commit comments

Comments
 (0)