Remove double icon
This commit is contained in:
@@ -151,7 +151,6 @@ export const initialState: State = {
|
||||
}
|
||||
|
||||
const reducer = (state: State, { type, payload }): State => {
|
||||
console.log('reducing')
|
||||
switch (type) {
|
||||
case 'initIde':
|
||||
return {
|
||||
|
||||
Reference in New Issue
Block a user