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 4d5b562 commit e0c98b3Copy full SHA for e0c98b3
src/app/containers/ProvConContainer.tsx
@@ -6,7 +6,6 @@ import { ProvConContainerProps} from '../FrontendTypes';
6
const ProvConContainer = (props: ProvConContainerProps): JSX.Element => {
7
8
const { currentSnapshot } = props
9
-
10
console.log('currentSnapshot', currentSnapshot)
11
12
const keepContextAndProviderNodes = (node) => {
0 commit comments