Remove empty topics from tree

This commit is contained in:
Thomas Nordquist
2019-02-18 22:21:09 +01:00
parent ddc801fe93
commit 615ec17b96
4 changed files with 46 additions and 6 deletions

View File

@@ -54,7 +54,7 @@ export interface ShowError {
const initialState: ConnectionState = {
connected: false,
connecting: false,
health: 'disconnected',
health: undefined,
}
export const connectionReducer = createReducer(initialState, {