aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/components/CategorySkipOptionsComponent.tsx
diff options
context:
space:
mode:
Diffstat (limited to 'src/components/CategorySkipOptionsComponent.tsx')
-rw-r--r--src/components/CategorySkipOptionsComponent.tsx2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/components/CategorySkipOptionsComponent.tsx b/src/components/CategorySkipOptionsComponent.tsx
index be174ddd..1095f5fe 100644
--- a/src/components/CategorySkipOptionsComponent.tsx
+++ b/src/components/CategorySkipOptionsComponent.tsx
@@ -61,7 +61,7 @@ class CategorySkipOptionsComponent extends React.Component<CategorySkipOptionsPr
<td id={this.props.category + "SkipOption"}
className="skipOption">
<select
- className="categoryOptionsSelector"
+ className="optionsSelector"
defaultValue={defaultOption}
onChange={this.skipOptionSelected.bind(this)}>
{this.getCategorySkipOptions()}