Skip to content

Commit 9096b21

Browse files
committed
feat: chaged key name for testDriveBanner
1 parent d5d132f commit 9096b21

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/components/TestDrive/TestDriveBanner.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ function TestDriveBanner({onPress}: TestDriveBannerProps) {
2424
// Without this, the OS-level drag region overlap clickable elements,
2525
// making them unresponsive until the container is refreshed.
2626
// For more context: https://github.com/Expensify/App/issues/68139
27-
const key = useRefreshKeyAfterInteraction('key');
27+
const key = useRefreshKeyAfterInteraction('test-drive-banner');
2828

2929
return (
3030
<View

0 commit comments

Comments
 (0)