Skip to content

Commit

Permalink
comment fix
Browse files Browse the repository at this point in the history
  • Loading branch information
Pujan92 committed Jan 10, 2024
1 parent 4152524 commit 064ec6c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/pages/settings/AboutPage/AboutPage.js
Original file line number Diff line number Diff line change
Expand Up @@ -106,8 +106,8 @@ function AboutPage(props) {
v{Environment.isInternalTestBuild() ? `${pkg.version} PR:${CONST.PULL_REQUEST_NUMBER}${getFlavor()}` : `${pkg.version}${getFlavor()}`}
</Text>
</View>
// eslint-disable-next-line react-hooks/exhaustive-deps
),
// eslint-disable-next-line react-hooks/exhaustive-deps
[],
);

Expand Down

0 comments on commit 064ec6c

Please sign in to comment.