Skip to content

fix(react): correct 'conatiner' typo to 'container' in ReportMessage - #1366

Open
ishan-one8 wants to merge 1 commit into
RocketChat:developfrom
ishan-one8:fix/report-message-container-typo
Open

fix(react): correct 'conatiner' typo to 'container' in ReportMessage#1366
ishan-one8 wants to merge 1 commit into
RocketChat:developfrom
ishan-one8:fix/report-message-container-typo

Conversation

@ishan-one8

@ishan-one8 ishan-one8 commented Aug 30, 2026

Copy link
Copy Markdown

Description

The ReportMessage styles object defined its style key as conatiner (misspelled), and MessageReportWindow consumed it as styles.conatiner. This corrects the typo to container in both the definition and its usage. Purely a rename — no behavior change, since both the definition and the single consumer are updated together.

Acceptance Criteria fulfillment

  • Renamed conatiner -> container in ReportMessage.styles.js
  • Updated the usage in MessageReportWindow.js to match
  • No functional/behavior change (only the affected style key was renamed)

PR Test Details

Open a message's "Report" dialog — the report window renders exactly as before; only the internal style key name is corrected.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant