mirror of
https://github.com/naturalcrit/homebrewery.git
synced 2026-01-15 04:02:38 +00:00
fix class by suggestion
This commit is contained in:
@@ -266,7 +266,7 @@ const VaultPage = (props)=>{
|
||||
return (
|
||||
<div
|
||||
className={`sort-option ${
|
||||
sortState === optionValue ? `active ${oppositeDir}` : ''
|
||||
sortState === optionValue ? `active` : ''
|
||||
}`}
|
||||
>
|
||||
<button onClick={() => {
|
||||
|
||||
Reference in New Issue
Block a user