Skip to content

Commit

Permalink
#770 Update changelog and fix lint issue
Browse files Browse the repository at this point in the history
  • Loading branch information
Polleps committed Jan 11, 2024
1 parent ea758e3 commit 87099bc
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions browser/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ This changelog covers all three packages, as they are (for now) updated as a who
### Atomic Browser

- [#747](https://github.com/atomicdata-dev/atomic-server/issues/747) Show ontology classes on new resource page.
- [#770](https://github.com/atomicdata-dev/atomic-server/issues/770) Display more info on search result page.
- Fix server not rebuilding client when files changed.

## v0.36.2
Expand Down
2 changes: 1 addition & 1 deletion browser/data-browser/src/views/Card/ResourceCardTitle.tsx
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
import { Resource, core, useArray } from '@tomic/react';
import { FC, PropsWithChildren } from 'react';
import styled from 'styled-components';
import { styled } from 'styled-components';
import { AtomicLink } from '../../components/AtomicLink';
import { ViewTransitionProps } from '../../helpers/ViewTransitionProps';
import { transitionName } from '../../helpers/transitionName';
Expand Down

0 comments on commit 87099bc

Please sign in to comment.