Skip to content

Commit e0c98b3

Browse files
props passed to component
1 parent 4d5b562 commit e0c98b3

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/app/containers/ProvConContainer.tsx

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,6 @@ import { ProvConContainerProps} from '../FrontendTypes';
66
const ProvConContainer = (props: ProvConContainerProps): JSX.Element => {
77

88
const { currentSnapshot } = props
9-
109
console.log('currentSnapshot', currentSnapshot)
1110

1211
const keepContextAndProviderNodes = (node) => {

0 commit comments

Comments
 (0)