Skip to content

Commit

Permalink
Make my code PRETTIER
Browse files Browse the repository at this point in the history
  • Loading branch information
Brian Vaughn committed Jul 18, 2019
1 parent 67e749a commit dbbf30a
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/devtools/views/WarnIfLegacyBackendDetected.js
Original file line number Diff line number Diff line change
Expand Up @@ -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 />,
});

Expand Down

0 comments on commit dbbf30a

Please sign in to comment.