some fixes
This commit is contained in:
@@ -89,9 +89,9 @@ function DropdownTransaction({ align, value, onChange }) {
|
||||
<li>
|
||||
<span
|
||||
className="font-medium text-sm text-slate-600 hover:text-slate-800 flex items-center py-1 px-3 cursor-pointer"
|
||||
onClick={() => changeValue('Unvoiting')}
|
||||
onClick={() => changeValue('Unlocking')}
|
||||
>
|
||||
Unvoiting
|
||||
Unlocking
|
||||
</span>
|
||||
</li>
|
||||
</ul>
|
||||
|
||||
Reference in New Issue
Block a user