File tree 1 file changed +8
-2
lines changed
src/pages/home/report/ReportActionCompose
1 file changed +8
-2
lines changed Original file line number Diff line number Diff line change @@ -292,7 +292,10 @@ function AttachmentPickerWithMenuItems({
292
292
</ View >
293
293
< View style = { expandCollapseButtonContainerStyles } >
294
294
{ isComposerFullSize ? (
295
- < Tooltip text = { translate ( 'reportActionCompose.collapse' ) } >
295
+ < Tooltip
296
+ text = { translate ( 'reportActionCompose.collapse' ) }
297
+ key = "composer-collapse"
298
+ >
296
299
< PressableWithFeedback
297
300
onPress = { ( e ) => {
298
301
e ?. preventDefault ( ) ;
@@ -313,7 +316,10 @@ function AttachmentPickerWithMenuItems({
313
316
</ PressableWithFeedback >
314
317
</ Tooltip >
315
318
) : (
316
- < Tooltip text = { translate ( 'reportActionCompose.expand' ) } >
319
+ < Tooltip
320
+ text = { translate ( 'reportActionCompose.expand' ) }
321
+ key = "composer-expand"
322
+ >
317
323
< PressableWithFeedback
318
324
onPress = { ( e ) => {
319
325
e ?. preventDefault ( ) ;
You can’t perform that action at this time.
0 commit comments