mirror of
https://github.com/naturalcrit/homebrewery.git
synced 2025-12-30 13:12:40 +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