0
0
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:
Víctor Losada Hernández
2024-09-20 20:25:33 +02:00
parent 02147411e3
commit 4fd358771a

View File

@@ -266,7 +266,7 @@ const VaultPage = (props)=>{
return (
<div
className={`sort-option ${
sortState === optionValue ? `active ${oppositeDir}` : ''
sortState === optionValue ? `active` : ''
}`}
>
<button onClick={() => {