Skip to content

Commit

Permalink
fix: Fixed error Unexpected empty object pattern
Browse files Browse the repository at this point in the history
  • Loading branch information
joshsadam committed Nov 6, 2024
1 parent f26c1be commit 9bc4be7
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ import { isAdmin } from "../../utilities/role-utilities";
* @returns {*}
* @constructor
*/
export function RemoteApiPage({}) {
export function RemoteApiPage() {
return (
<PagedTableProvider url={setBaseUrl("ajax/remote_api/list")}>
<PageWrapper
Expand Down

0 comments on commit 9bc4be7

Please sign in to comment.