fix(admin): fixed various issues lmao idk it was a ballache and is probably quite shit. sorry to future me
This commit is contained in:
parent
56ea7fb7f0
commit
2cbbc00489
29 changed files with 382 additions and 131 deletions
|
|
@ -33,9 +33,9 @@ const ServerSearch = ({ searchTerm, server }: ServerSearchProps) => {
|
|||
searchResults.length > 0 ?
|
||||
searchResults.map(result => {
|
||||
return (
|
||||
<tr>
|
||||
<tr key={result!.id}>
|
||||
<td>
|
||||
<ServerSearchResult key={result!.id} searchResult={result!} server={server} />
|
||||
<ServerSearchResult searchResult={result!} server={server} />
|
||||
</td>
|
||||
</tr>
|
||||
)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue