Skip to content

Commit e341c6f

Browse files
committed
fix 6 months not showing up correctly
1 parent 9f6587c commit e341c6f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/problems-by-company/company.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
<input type="text" id="companySearch" list="companyList" placeholder="Search for a company">
1414
<datalist id="companyList"></datalist>
1515
<select id="dateSelect">
16-
<option value="freq_6months">6 months</option>
16+
<option value="freq_6month">6 months</option>
1717
<option value="freq_1year">1 year</option>
1818
<option value="freq_2year">2 years</option>
1919
<option value="freq_alltime">All time</option>

0 commit comments

Comments
 (0)