diff --git a/app/components/chat.tsx b/app/components/chat.tsx
index 005ee46e95c..cca096eb874 100644
--- a/app/components/chat.tsx
+++ b/app/components/chat.tsx
@@ -1156,7 +1156,7 @@ function _Chat() {
) : (
<>
- {["system", "context"].includes(message.role) ? (
+ {["system"].includes(message.role) ? (
) : (