fix(ui): fix ui issue
This commit is contained in:
parent
c6b97151c9
commit
5435f536fc
1 changed files with 0 additions and 5 deletions
|
|
@ -4,19 +4,14 @@ import SessionHeader from './components/SessionHeader';
|
|||
import NotesList from './components/Notes/NoteList';
|
||||
import { connect } from 'react-redux';
|
||||
import LatestSessionsMessage from './components/LatestSessionsMessage';
|
||||
import { clearCurrentSession } from "Duck/sessions";
|
||||
|
||||
function SessionListContainer({
|
||||
activeTab,
|
||||
members,
|
||||
clearCurrentSession,
|
||||
}: {
|
||||
activeTab: string;
|
||||
members: object[];
|
||||
}) {
|
||||
React.useEffect(() => {
|
||||
clearCurrentSession()
|
||||
}, [])
|
||||
return (
|
||||
<div className="widget-wrapper">
|
||||
<SessionHeader />
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue