Remove double icon

This commit is contained in:
Kurt Hutten
2021-09-18 16:19:31 +10:00
parent a87c1ae9f4
commit cd1cecd774
5 changed files with 1 additions and 24 deletions

View File

@@ -151,7 +151,6 @@ export const initialState: State = {
}
const reducer = (state: State, { type, payload }): State => {
console.log('reducing')
switch (type) {
case 'initIde':
return {