Skip to content

Commit 97399a7

Browse files
committed
Remove unnecessary code
1 parent 6afab3f commit 97399a7

File tree

1 file changed

+0
-7
lines changed

1 file changed

+0
-7
lines changed

examples/StateChangeNodeExample.js

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -48,13 +48,6 @@ const data = [
4848
},
4949
]
5050

51-
const colorLevels = {
52-
[0]: 'white',
53-
[1]: 'white',
54-
[2]: 'white',
55-
[3]: 'white',
56-
}
57-
5851
const styles = StyleSheet.create({
5952
container: {flex: 1, backgroundColor: 'rgb(255, 255, 255)', padding: 15},
6053
node: {

0 commit comments

Comments
 (0)