diff --git a/src/components/TestToolMenu.js b/src/components/TestToolMenu.js index 474e4c9bb10c..9b35373c7fe9 100644 --- a/src/components/TestToolMenu.js +++ b/src/components/TestToolMenu.js @@ -8,6 +8,7 @@ import Text from './Text'; import * as User from '../libs/actions/User'; import * as Network from '../libs/actions/Network'; import * as Session from '../libs/actions/Session'; +import * as Report from '../libs/actions/Report'; import ONYXKEYS from '../ONYXKEYS'; import Button from './Button'; import TestToolRow from './TestToolRow'; @@ -94,6 +95,15 @@ function TestToolMenu(props) { onPress={() => Session.invalidateCredentials()} /> + + {/* Mark all chats as "read". */} + +