UI Work on chats
This commit is contained in:
@@ -34,10 +34,8 @@ export default connect(
|
||||
const [selectedJob, setSelectedJob] = useState(hash ? hash.substr(1) : null);
|
||||
const searchTextState = useState("");
|
||||
const searchText = searchTextState[0];
|
||||
if (error) return <AlertComponent message={error.message} type='error' />;
|
||||
//TODO Implement pagination for this.
|
||||
if (error) return <AlertComponent message={error.message} type="error" />;
|
||||
|
||||
console.log(typeof searchText);
|
||||
return (
|
||||
<div>
|
||||
<JobsList
|
||||
|
||||
@@ -135,9 +135,9 @@ export default function Manage({ match }) {
|
||||
</Content>
|
||||
</Layout>
|
||||
<Footer>
|
||||
<FooterComponent /> <ChatWindowContainer />
|
||||
<FooterComponent />
|
||||
</Footer>
|
||||
|
||||
<ChatWindowContainer />
|
||||
<BackTop />
|
||||
</Layout>
|
||||
);
|
||||
|
||||
Reference in New Issue
Block a user