Skip to content

Commit

Permalink
Automated code formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
Loculus bot committed May 21, 2024
1 parent cf0fc1f commit 6df4529
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion website/src/components/SearchPage/SearchFullUI.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,7 @@ export const InnerSearchFullUI = ({
const visibilities = useMemo(() => {
const visibilities = new Map<string, boolean>();
schema.metadata.forEach((field) => {
if(field.hideOnSequenceDetailsPage === true) {
if (field.hideOnSequenceDetailsPage === true) {
return;
}
visibilities.set(field.name, field.initiallyVisible === true);
Expand Down

0 comments on commit 6df4529

Please sign in to comment.