File tree Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 1
1
<template >
2
2
<v-app >
3
- <v-navigation-drawer v-if =" !minimalHeader" :color =" theme.sidebar" :clipped =" clipped" v-model =" drawer"
4
- floating app width =" 400" class =" pa-2" >
3
+ <v-navigation-drawer v-if =" !minimalHeader" :color =" theme.sidebar" :clipped =" clipped" v-model =" drawer" floating app
4
+ width =" 400" class =" pa-2" >
5
5
<router-link to =" /" >
6
6
<app-logo v-view-transition-name =" 'applogo'" :type =" logoStyle" />
7
7
</router-link >
8
8
<navigation-list />
9
9
<portal-target name =" sidebar-suggestions" />
10
10
</v-navigation-drawer >
11
- <v-app-bar v-view-transition-name =" 'appbar'" :color =" minimalHeader ? theme.primary : theme.toolbar" :app = " !minimalHeader " :flat = " minimalHeader "
12
- :clipped-left =" clipped" :floating =" navMode == 'floating'" :class =" {
11
+ <v-app-bar v-view-transition-name =" 'appbar'" :color =" minimalHeader ? theme.primary : theme.toolbar"
12
+ :app = " !minimalHeader " :flat = " minimalHeader " : clipped-left =" clipped" :floating =" navMode == 'floating'" :class =" {
13
13
'ma-2': navMode == 'floating',
14
14
'mb-3': navMode == 'floating',
15
15
primary: minimalHeader,
Original file line number Diff line number Diff line change @@ -140,7 +140,7 @@ export const custom = {
140
140
if ( ! response . ok ) {
141
141
throw new Error ( `Error unfavoriting post: ${ response . statusText } ` ) ;
142
142
}
143
- return response . json ( ) ;
143
+ return response . ok ;
144
144
} ,
145
145
} ,
146
146
} ;
You can’t perform that action at this time.
0 commit comments