Skip to content

Commit

Permalink
Show provider in the notice
Browse files Browse the repository at this point in the history
  • Loading branch information
thomaserlang committed Nov 2, 2024
1 parent ac31774 commit 2f723c3
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions tbot/web/ui/live_chat/components/render_notice.jsx
Original file line number Diff line number Diff line change
@@ -1,6 +1,9 @@
import { providerShort } from "./provider_short";

export function RenderNotice({ msg }) {
return (
<div className="notice">
{providerShort(msg.provider)}
<span className="text">{msg.message}</span>
</div>
);
Expand Down

0 comments on commit 2f723c3

Please sign in to comment.