Cleanup
This commit is contained in:
@@ -156,8 +156,6 @@ function Inner(props: ReportDialogProps) {
|
|||||||
const hasSupportedLabelers = !!supportedLabelers.length
|
const hasSupportedLabelers = !!supportedLabelers.length
|
||||||
const hasSingleSupportedLabeler = supportedLabelers.length === 1
|
const hasSingleSupportedLabeler = supportedLabelers.length === 1
|
||||||
|
|
||||||
console.log(supportedLabelers)
|
|
||||||
|
|
||||||
const onSubmit = React.useCallback(async () => {
|
const onSubmit = React.useCallback(async () => {
|
||||||
dispatch({type: 'clearError'})
|
dispatch({type: 'clearError'})
|
||||||
|
|
||||||
@@ -263,7 +261,7 @@ function Inner(props: ReportDialogProps) {
|
|||||||
</View>
|
</View>
|
||||||
<Button
|
<Button
|
||||||
testID="report:clearCategory"
|
testID="report:clearCategory"
|
||||||
label={_(msg`Change report reason`)}
|
label={_(msg`Change report category`)}
|
||||||
size="tiny"
|
size="tiny"
|
||||||
variant="solid"
|
variant="solid"
|
||||||
color="secondary"
|
color="secondary"
|
||||||
|
|||||||
Reference in New Issue
Block a user