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 790474c commit f4adf6fCopy full SHA for f4adf6f
src/app/components/legend.tsx
@@ -11,7 +11,6 @@ type snapHierarchy = {`Record<string, unknown>`}
11
12
export default function LegendKey(props: snapHierarchy) {
13
const { hierarchy } = props;
14
- // console.log('which ends up being, hierarchy: ', hierarchy);
15
16
// We are taking the array of displayNames and sifting through them and placing each set of
17
// branches as a key in an object, { '.0': [1.0, 2.0, 3.0, 4.0], '.1': [1.1, 2.1, 3.1,...], '.2': [....]}
0 commit comments