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