Skip to content

Commit

Permalink
add .
Browse files Browse the repository at this point in the history
  • Loading branch information
Tatyana-js committed Feb 7, 2025
1 parent 021a84a commit 5ecabb8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion frontend/src/slices/activeChannelSlice.js
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
import { createSlice } from '@reduxjs/toolkit';

export const defaultChannel = {
id: '1',
id: '0',
name: 'general',
removable: false,
};
Expand Down

0 comments on commit 5ecabb8

Please sign in to comment.