Skip to content

Commit 8bf965b

Browse files
authored
Merge pull request #59 from cmolisee/58-bug-version-not-displayed-properly-on-options-page
patch: fixed header in options to display version number
2 parents 27f8477 + bc703c1 commit 8bf965b

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/views/options.tsx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,7 @@ const Options = () => {
3535
<Header
3636
title={'Options'}
3737
link={popupLink}
38+
versionNumber={process.env.VERSION as string}
3839
/>
3940
<List bullet={'none'}>
4041
<li>

0 commit comments

Comments
 (0)