fix: UI/UX tweaks
This commit is contained in:
parent
5ff676553e
commit
bcda275177
24 changed files with 200 additions and 146 deletions
|
|
@ -160,6 +160,7 @@ const CommissionsList = memo(
|
|||
default={ORDER_OPTIONS[0]}
|
||||
items={ORDER_OPTIONS}
|
||||
selectedItem={orderProp}
|
||||
defaultAsFilter
|
||||
/>
|
||||
</div>
|
||||
<div className={classes.tableWrapper}>
|
||||
|
|
@ -172,6 +173,7 @@ const CommissionsList = memo(
|
|||
validationSchema={getListCommissionsSchema(localeConfig)}
|
||||
data={tableData}
|
||||
elements={commissionsList(data, currency)}
|
||||
orderedBy={orderProp}
|
||||
/>
|
||||
</div>
|
||||
</div>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue