Skip to content

Commit

Permalink
fix type script error 'archivedReportFooter' does not exist
Browse files Browse the repository at this point in the history
  • Loading branch information
ahmedGaber93 committed May 31, 2024
1 parent 8687095 commit 35995b1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/BlockedReportFooter.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ function BlockedReportFooter() {

return (
<Banner
containerStyles={[styles.archivedReportFooter]}
containerStyles={[styles.chatFooterBanner]}
text={text}
shouldShowIcon
shouldRenderHTML
Expand Down

0 comments on commit 35995b1

Please sign in to comment.