File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @openstax/os-webview" ,
3
- "version" : " 2.68.0 " ,
3
+ "version" : " 2.68.1 " ,
4
4
"description" : " OpenStax webview" ,
5
5
"scripts" : {
6
6
"test" : " jest ./test/src"
Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ import useGiveToday from '~/models/give-today';
5
5
import './upper-menu.css' ;
6
6
7
7
function BlogItem ( ) {
8
- const data = useDataFromSlug ( 'openstax- news' ) ;
8
+ const data = useDataFromSlug ( 'news' ) ;
9
9
const shouldDisplay = data && Reflect . has ( data , 'articles' ) &&
10
10
Object . keys ( data . articles ) . length ;
11
11
Original file line number Diff line number Diff line change @@ -23,7 +23,7 @@ function Confirmation() {
23
23
{
24
24
bookSlug &&
25
25
< span > or return to
26
- < a href = { `/details/${ model . bookSlug } ` } > your book</ a >
26
+ < a href = { `/details/${ bookSlug } ` } > your book</ a >
27
27
</ span >
28
28
}
29
29
.
You can’t perform that action at this time.
0 commit comments