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 5ecabb8 commit f542a93
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: '0',
id: '1',
name: 'general',
removable: false,
};
Expand Down

0 comments on commit f542a93

Please sign in to comment.