Skip to content

Commit

Permalink
lint
Browse files Browse the repository at this point in the history
  • Loading branch information
michellewzhang committed Mar 8, 2024
1 parent 051f2b5 commit c2170a6
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,7 @@ export const getCrashReportModalIntroduction = () =>
'Collect feedback on your errors by installing our crash-report modal. This allows users to submit feedback after they experience an error via an automatic modal that pops up after an error occurs. The default modal will prompt the user for their name, email address, and description of what occurred.'
);

const getCrashReportModalInstallDescriptionJavaScript = () =>
export const getCrashReportModalInstallDescriptionJavaScript = () =>
tct(
'You can collect feedback at the time the event is sent, using [code:beforeSend].',
{code: <code />}
Expand Down

0 comments on commit c2170a6

Please sign in to comment.