Skip to content

Commit

Permalink
restored lost live_tab changes
Browse files Browse the repository at this point in the history
  • Loading branch information
Fabi-02 committed Mar 14, 2024
1 parent c6297c8 commit a4608b5
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions frontend/lib/tabs/live_tab.dart
Original file line number Diff line number Diff line change
Expand Up @@ -372,6 +372,11 @@ class _LiveTabState extends State<LiveTab> {
shape: RoundedRectangleBorder(
borderRadius: BorderRadius.circular(10.0)),
child: ListTile(
leading: form.type == "feedback"
? const Icon(Icons.feedback)
: const Icon(Icons.quiz),
trailing: Icon(Icons.circle,
color: statusColors[form.status], size: 20),
title: Text(form.name),
onTap: () => joinCourse(form.connectCode),
),
Expand Down

0 comments on commit a4608b5

Please sign in to comment.