File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -130,7 +130,7 @@ export default async function Borrows({
130130 ] }
131131 activeHref = { `/borrows${ status ? `?status=${ status } ` : '' } ` }
132132 />
133- < Badge className = "ml-4 hidden md:block " variant = "outline" >
133+ < Badge className = "ml-4 hidden md:inline " variant = "outline" >
134134 { res . meta . total }
135135 </ Badge >
136136 </ div >
Original file line number Diff line number Diff line change @@ -104,7 +104,7 @@ export default async function Subscriptions({
104104 ] }
105105 activeHref = { `/subscriptions${ status ? `?status=${ status } ` : '' } ` }
106106 />
107- < Badge className = "ml-4 hidden md:block" variant = "outline" >
107+ < Badge className = "ml-4 hidden md:inline- block" variant = "outline" >
108108 { res . meta . total }
109109 </ Badge >
110110 </ div >
You can’t perform that action at this time.
0 commit comments