Skip to content

Commit

Permalink
fix issue
Browse files Browse the repository at this point in the history
  • Loading branch information
zuies committed Jan 19, 2024
1 parent 8e2f91a commit db7a78c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/components/announcements/TcAnnouncementsTable.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -128,7 +128,7 @@ function TcAnnouncementsTable({
draft: any;
data: any[];
scheduledAt: string | number | Date;
id: string | null;
id: string;
},
cellType: any
) => {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -256,7 +256,7 @@ function TcPrivateMessageContainer({
<div>
<TcText text="Write message here:" variant="subtitle1" />
<TcText
text="Personalize your messages with dynamic variables like {{username}}, which the tool replaces automatically with the recipient's username."
text="Personalize your messages with dynamic variables like {{{username}}}, which the tool replaces automatically with the recipient's username."
variant="caption"
className="text-gray-400"
/>
Expand Down

0 comments on commit db7a78c

Please sign in to comment.