mirror of
https://github.com/dnote/dnote
synced 2026-03-16 07:25:49 +01:00
Compare commits
1 commit
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
7debe1b8ce |
1 changed files with 5 additions and 0 deletions
|
|
@ -126,6 +126,11 @@ const Digest: React.FunctionComponent<Props> = ({ location, match }) => {
|
||||||
<Header digest={digest.data} isFetched={digest.isFetched} />
|
<Header digest={digest.data} isFetched={digest.isFetched} />
|
||||||
|
|
||||||
<div className="container mobile-fw">
|
<div className="container mobile-fw">
|
||||||
|
<Flash kind="danger" wrapperClassName={styles.flash}>
|
||||||
|
Spaced repetition is deprecated and will be removed in the next major
|
||||||
|
release.
|
||||||
|
</Flash>
|
||||||
|
|
||||||
<Toolbar
|
<Toolbar
|
||||||
digestUUID={digest.data.uuid}
|
digestUUID={digest.data.uuid}
|
||||||
sort={params.sort}
|
sort={params.sort}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue