mirror of
https://github.com/Dispatcharr/Dispatcharr.git
synced 2026-01-23 02:35:14 +00:00
Merge pull request #74 from LoudSoftware/patch-1
Fixed minor typo in UserAgentsTable.jsx
This commit is contained in:
commit
2943f84e46
1 changed files with 1 additions and 1 deletions
|
|
@ -55,7 +55,7 @@ const UserAgentsTable = () => {
|
|||
),
|
||||
},
|
||||
{
|
||||
header: 'Desecription',
|
||||
header: 'Description',
|
||||
accessorKey: 'description',
|
||||
enableSorting: false,
|
||||
Cell: ({ cell }) => (
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue