diff options
author | Paul Frazee <pfrazee@gmail.com> | 2024-04-09 16:27:39 -0700 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-04-09 16:27:39 -0700 |
commit | ee87f2cadd07519516bd8cc344d7559d4a6222aa (patch) | |
tree | 68733caefa3f84119279ad7ea75fabdc6466ab57 /src/components/ReportDialog/SelectReportOptionView.tsx | |
parent | fbcd4ddabc8459929944d8379386a2afc3d6b740 (diff) | |
download | voidsky-ee87f2cadd07519516bd8cc344d7559d4a6222aa.tar.zst |
1.76 release preparations (#3459)
* Run intl:extract * Update dev-env to 0.3.4 * Test fixes
Diffstat (limited to 'src/components/ReportDialog/SelectReportOptionView.tsx')
-rw-r--r-- | src/components/ReportDialog/SelectReportOptionView.tsx | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/components/ReportDialog/SelectReportOptionView.tsx b/src/components/ReportDialog/SelectReportOptionView.tsx index c67698348..8219b2095 100644 --- a/src/components/ReportDialog/SelectReportOptionView.tsx +++ b/src/components/ReportDialog/SelectReportOptionView.tsx @@ -90,6 +90,7 @@ export function SelectReportOptionView({ return ( <Button key={reportOption.reason} + testID={reportOption.reason} label={_(msg`Create report for ${reportOption.title}`)} onPress={() => props.onSelectReportOption(reportOption)}> <ReportOptionButton |