aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorAjay Ramachandran <[email protected]>2020-06-03 20:30:25 -0400
committerAjay Ramachandran <[email protected]>2020-06-03 20:30:25 -0400
commitfa7f5771779d3c982253364c0a7c1e1aa8f55aa7 (patch)
tree5986d98541af1e084a68bfe3fd65eccabda143fd
parentca2727655eff4cbcfa6e3e7eff2befd0fd2bb331 (diff)
downloadSponsorBlock-fa7f5771779d3c982253364c0a7c1e1aa8f55aa7.tar.gz
SponsorBlock-fa7f5771779d3c982253364c0a7c1e1aa8f55aa7.zip
Fix skip options
-rw-r--r--src/components/CategorySkipOptionsComponent.tsx1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/components/CategorySkipOptionsComponent.tsx b/src/components/CategorySkipOptionsComponent.tsx
index eef5636d..5b89c94a 100644
--- a/src/components/CategorySkipOptionsComponent.tsx
+++ b/src/components/CategorySkipOptionsComponent.tsx
@@ -59,6 +59,7 @@ class CategorySkipOptionsComponent extends React.Component<CategorySkipOptionsPr
<td id={this.props.category + "SkipOption"}>
<select
className="categoryOptionsSelector"
+ defaultValue={defaultOption}
onChange={this.skipOptionSelected.bind(this)}>
{this.getCategorySkipOptions()}
</select>