Make my code PRETTIER

This commit is contained in:
Brian Vaughn
2019-07-18 16:37:57 -07:00
parent 67e749a73a
commit dbbf30a332
@@ -24,8 +24,7 @@ export default function WarnIfLegacyBackendDetected(_: {||}) {
dispatch({
canBeDismissed: false,
type: 'SHOW',
title:
'DevTools v4 is incompatible with this version of React',
title: 'DevTools v4 is incompatible with this version of React',
content: <InvalidBackendDetected />,
});