Skip to content

Commit

Permalink
Rename component (--amend last commit)
Browse files Browse the repository at this point in the history
  • Loading branch information
SamIvan-ark committed Feb 15, 2024
1 parent 6cb7c51 commit 748e90a
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion frontend/src/components/chat/ChannelsListArea/index.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,8 @@ import { shallowEqual, useDispatch, useSelector } from 'react-redux';
import { useGetChannelsQuery } from '../../../api/channelsApi';
import { openModal, setActive } from '../../../slices/uiSlice';
import getModal from '../../modals';
import ButtonWithDropdown from './ButtonWithDropdown';
import ButtonWithoutDropdown from './ButtonWithoutDropdown';
import ButtonWithDropdown from './Dropdown';

const ChannelButton = ({
name,
Expand Down

0 comments on commit 748e90a

Please sign in to comment.