Skip to content

Commit

Permalink
typo
Browse files Browse the repository at this point in the history
  • Loading branch information
daniel-vahn committed May 15, 2024
1 parent 1c532d1 commit 8d4bc7b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/redux/connectionSlice.ts
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ import { createSlice, PayloadAction } from '@reduxjs/toolkit';
import { ConnectionSliceState, ConnectionState } from '../types';

const initialState: ConnectionSliceState = {
connectionState: 'connected',
connectionState: 'disconnected',
};

export const connectionSlice = createSlice({
Expand Down

0 comments on commit 8d4bc7b

Please sign in to comment.