Skip to content

Commit 11ec1f1

Browse files
Pollepsjoepio
authored andcommitted
#770 Update changelog and fix lint issue
1 parent e04ceb9 commit 11ec1f1

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

browser/CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@ This changelog covers all three packages, as they are (for now) updated as a who
77
### Atomic Browser
88

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

1213
## v0.36.2

browser/data-browser/src/views/Card/ResourceCardTitle.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
import { Resource, core, useArray } from '@tomic/react';
22
import { FC, PropsWithChildren } from 'react';
3-
import styled from 'styled-components';
3+
import { styled } from 'styled-components';
44
import { AtomicLink } from '../../components/AtomicLink';
55
import { ViewTransitionProps } from '../../helpers/ViewTransitionProps';
66
import { transitionName } from '../../helpers/transitionName';

0 commit comments

Comments
 (0)