fix: typo

This commit is contained in:
vinceh121 2024-07-30 23:32:50 +02:00
parent 34b4838a72
commit 697f82c6dd
No known key found for this signature in database
GPG Key ID: 780725DCACF96F16

View File

@ -106,7 +106,7 @@ function TldTable(filters: FiltersType) {
}
}}
{...(sm ? {scroll: {y: 'mex-content'}} : {scroll: {y: 240}})}
{...(sm ? {scroll: {y: 'max-content'}} : {scroll: {y: 240}})}
/>
}