0
0
mirror of https://github.com/naturalcrit/homebrewery.git synced 2026-01-16 06:02:41 +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 ( return (
<div <div
className={`sort-option ${ className={`sort-option ${
sortState === optionValue ? `active ${oppositeDir}` : '' sortState === optionValue ? `active` : ''
}`} }`}
> >
<button onClick={() => { <button onClick={() => {