Skip to content

Commit

Permalink
еуые
Browse files Browse the repository at this point in the history
  • Loading branch information
Roman committed Aug 13, 2024
1 parent db8393d commit 7a7d471
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions frontend/src/Components/mainPage/MessagesHeader.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ const MessageHeader = ({ filter }) => {
const currentChennel = channelsList.find((c) => +c.id === +currentChennelId);
const currentChannelMessages = messages
.filter((message) => message.channelId === currentChennelId);
console.log(currentChennel, currentChennelId, channelsList); /* eslint-disable-line */
return (
<div className="bg-light p-3 shadow-sm small" style={{ position: 'sticky' }}>
<p className="m-0">
Expand Down

0 comments on commit 7a7d471

Please sign in to comment.