Skip to content
Snippets Groups Projects

Issue #415 - Refactor Events to prevent continous state changes causing slowness

Merged Issue #415 - Refactor Events to prevent continous state changes causing slowness
All threads resolved!
Merged Dima Rifai requested to merge delrifai/#415_handle_slowness_search_range into develop
All threads resolved!
@@ -105,7 +105,7 @@ const AccountSearch = () => {
)}
</Button>
{!accountName && (
<label className="ml-2 text-muted-foreground">Set account name</label>
<label className="ml-2 text-gray-300 dark:text-gray-500 ">Set account name</label>
)}
</div>
</>
Loading