diff --git a/app/src/main/res/layout/conference_schedule_cell.xml b/app/src/main/res/layout/conference_schedule_cell.xml
index 415a9a595..095bdc549 100644
--- a/app/src/main/res/layout/conference_schedule_cell.xml
+++ b/app/src/main/res/layout/conference_schedule_cell.xml
@@ -148,6 +148,7 @@
android:maxLines="2"
android:ellipsize="end"
android:text="@{data.participantsShort, default=`Daryl Martin`}"
+ android:visibility="@{data.isConferenceCancelled ? View.INVISIBLE : View.VISIBLE}"
app:drawableStartCompat="@drawable/icon_schedule_participants" />