Skip to content

Commit

Permalink
fix: update ci
Browse files Browse the repository at this point in the history
  • Loading branch information
wangbinyq committed Jul 7, 2018
1 parent 948966d commit 7dd28a8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/dictionaries/longman/View.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ export default class DictLongman extends React.PureComponent<{ result: LongmanRe
entry.level ?
(
<span title={entry.level.title} className="dictLongman-Level">
<StarRates max={3} rate={entry.level.rate} className='dictLongman-Level_Rate' />
<StarRates max={3} rate={entry.level.rate} className="dictLongman-Level_Rate" />
</span>
)
: null
Expand Down

0 comments on commit 7dd28a8

Please sign in to comment.