Skip to content

Commit

Permalink
format
Browse files Browse the repository at this point in the history
  • Loading branch information
fengelniederhammer committed Jan 17, 2025
1 parent e63abb1 commit 672b2ec
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion website/src/components/SearchPage/SeqPreviewModal.tsx
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
import { Dialog, DialogPanel, Transition } from '@headlessui/react';
import React, { useEffect, useState } from 'react';

import { getClientLogger } from '../../clientLogger.ts';
import { routes } from '../../routes/routes';
import { type Group } from '../../types/backend';
import { type DetailsJson, detailsJsonSchema } from '../../types/detailsJson.ts';
Expand All @@ -13,7 +14,6 @@ import MaterialSymbolsClose from '~icons/material-symbols/close';
import MaterialSymbolsLightWidthFull from '~icons/material-symbols-light/width-full';
import MdiDockBottom from '~icons/mdi/dock-bottom';
import OouiNewWindowLtr from '~icons/ooui/new-window-ltr';
import { getClientLogger } from '../../clientLogger.ts';

const BUTTONCLASS =
'inline-flex justify-center px-4 py-2 text-sm font-medium text-gray-900 border border-transparent rounded-md hover:bg-blue-200 focus:outline-none focus-visible:ring-2 focus-visible:ring-offset-2 focus-visible:ring-blue-500';
Expand Down
2 changes: 1 addition & 1 deletion website/src/types/lapis.ts
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,7 @@ export const versionStatusSchema = z.enum([

export type VersionStatus = z.infer<typeof versionStatusSchema>;

let rawSequenceEntryHistoryEntry = accessionVersion.merge(
const rawSequenceEntryHistoryEntry = accessionVersion.merge(
z.object({
accessionVersion: z.string(),
versionStatus: versionStatusSchema,
Expand Down

0 comments on commit 672b2ec

Please sign in to comment.