Skip to content

Commit

Permalink
Fix Docker frontend build (#151)
Browse files Browse the repository at this point in the history
Co-authored-by: Ong Jun Xiong <[email protected]>
Co-authored-by: Charisma Kausar <[email protected]>
Co-authored-by: Charisma Kausar <[email protected]>
Co-authored-by: Gabriel Goh <[email protected]>
Co-authored-by: chunweii <[email protected]>
  • Loading branch information
6 people authored Oct 19, 2023
1 parent 747ef9a commit c376ed6
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 6 deletions.
3 changes: 0 additions & 3 deletions frontend/src/components/room/description.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -4,15 +4,12 @@ import { Badge } from "../ui/badge";
import { Button } from "../ui/button";
import { Card } from "../ui/card";
import { TypographyH2, TypographySmall } from "../ui/typography";
import VideoRoom from "./video-room";

// todo change this

type DescriptionProps = {
question: Question;
className?: string;
participants?: string[];
room: Room | null;
};

export default function Description({
Expand Down
1 change: 0 additions & 1 deletion frontend/src/pages/questions/[id]/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,6 @@ export default function Room() {
<TabsContent value="description" className="h-[79vh]">
<Description
question={question}
participants={["Charisma", "Chun Wei"]}
className="h-full"
/>
</TabsContent>
Expand Down
2 changes: 0 additions & 2 deletions frontend/src/pages/room/[id].tsx
Original file line number Diff line number Diff line change
Expand Up @@ -48,8 +48,6 @@ export default function Room() {
<TabsContent value="description" className="h-[79vh]">
<Description
question={question}
participants={["Charisma", "Chun Wei"]}
room={room}
/>
</TabsContent>
<TabsContent value="solution">{question.solution}</TabsContent>
Expand Down

0 comments on commit c376ed6

Please sign in to comment.