Skip to content

Commit

Permalink
fix(frontend): more code cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
elissa-alarmani committed Dec 19, 2024
1 parent d13393a commit cfef759
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ import {
Input,
VStack,
} from "@chakra-ui/react";
import { useState, useMemo } from "react";
import { useState } from "react";
import { TaggedGroups, TagKey } from "./VariantListPage";
import { GNOMAD_POPULATION_NAMES } from "../../constants/populations";
import {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -305,9 +305,14 @@ exports[`Variant Table has no unexpected changes 1`] = `
class="css-1y7yn9h"
role="gridcell"
>
<span>
<span
class=""
<span
style="display: inline-block; max-width: 190px; overflow: hidden; text-overflow: ellipsis; white-space: nowrap;"
>
<a
class="chakra-link css-0"
href="https://gnomad.broadinstitute.org/variant/12-567-A-C?dataset=gnomad_r2_1"
rel="noopener noreferrer"
target="_blank"
>
<span>
<span
Expand Down

0 comments on commit cfef759

Please sign in to comment.