seeding initial office rooms and showing them

This commit is contained in:
Arjun Patel
2022-01-22 14:39:01 -08:00
parent 45dbb7c170
commit 9c64e80b08
8 changed files with 272 additions and 3 deletions
+3
View File
@@ -19,6 +19,7 @@ import TeamService from "../../services/teamService";
import UserService from "../../services/userService";
import Announcements from "../../components/Dashboard/Announcements";
import Links from "../../components/Dashboard/Links";
import Office from "../../components/Dashboard/Office";
// User has switched back to the tab
const onFocus = () => {
@@ -87,6 +88,8 @@ function TeamDashboard() {
<div className="flex flex-row items-baseline space-x-5 space-y-5">
<div className="flex flex-col max-w-sm space-y-5">
<TeamVoiceLine />
<Office />
</div>
<div className="flex flex-col space-y-5 flex-1 overflow-auto">