Skip to content

Commit

Permalink
fix(WebApp): lint issues
Browse files Browse the repository at this point in the history
  • Loading branch information
MartinRamdane committed Jan 17, 2024
1 parent 09fa569 commit 7e664ae
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
2 changes: 0 additions & 2 deletions web-app/src/api/constants.ts
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
import { DateTime } from 'luxon';

export const API_URL = (process.env.NEXT_PUBLIC_API_URL as string) + '/api';
export const API_URL_OAUTH =
(process.env.NEXT_PUBLIC_API_URL as string) + '/oauth';
Expand Down
2 changes: 1 addition & 1 deletion web-app/src/components/ui/command.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ const CommandInput = React.forwardRef<
React.ElementRef<typeof CommandPrimitive.Input>,
React.ComponentPropsWithoutRef<typeof CommandPrimitive.Input>
>(({ className, ...props }, ref) => (
<div className="flex items-center border-b px-3" cmdk-input-wrapper="">
<div className="flex items-center border-b px-3">
<Search className="mr-2 h-4 w-4 shrink-0 opacity-50" />
<CommandPrimitive.Input
ref={ref}
Expand Down

0 comments on commit 7e664ae

Please sign in to comment.