feat: add markdown, lang atribute, button_text
This commit is contained in:
@@ -162,7 +162,7 @@ export const CarrierListPage = observer(() => {
|
||||
</div>
|
||||
)}
|
||||
|
||||
{rows.length > 0 && (
|
||||
{(rows.length > 0 || searchQuery) && (
|
||||
<SearchInput value={searchQuery} onChange={setSearchQuery} />
|
||||
)}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user