File tree 1 file changed +14
-14
lines changed
packages/components/src/horizontal-bar-list
1 file changed +14
-14
lines changed Original file line number Diff line number Diff line change @@ -109,21 +109,21 @@ const StatsCard = ( props: StatsCardProps ) => {
109
109
>
110
110
{ isEmpty ? emptyMessage : children }
111
111
</ div >
112
- { footerAction && (
113
- < a
114
- className = { `${ BASE_CLASS_NAME } --footer` }
115
- href = { footerAction ?. url }
116
- aria-label = {
117
- translate ( 'View all %(title)s' , {
118
- args : { title : title . toLocaleLowerCase ?.( ) ?? title . toLowerCase ( ) } ,
119
- comment : '"View all posts & pages", "View all referrers", etc.' ,
120
- } ) as string
121
- }
122
- >
123
- { footerAction . label || translate ( 'View all' ) }
124
- </ a >
125
- ) }
126
112
</ div >
113
+ { footerAction && (
114
+ < a
115
+ className = { `${ BASE_CLASS_NAME } --footer` }
116
+ href = { footerAction ?. url }
117
+ aria-label = {
118
+ translate ( 'View all %(title)s' , {
119
+ args : { title : title . toLocaleLowerCase ?.( ) ?? title . toLowerCase ( ) } ,
120
+ comment : '"View all posts & pages", "View all referrers", etc.' ,
121
+ } ) as string
122
+ }
123
+ >
124
+ { footerAction . label || translate ( 'View all' ) }
125
+ </ a >
126
+ ) }
127
127
</ div >
128
128
{ overlay && < div className = { `${ BASE_CLASS_NAME } __overlay` } > { overlay } </ div > }
129
129
</ div >
You can’t perform that action at this time.
0 commit comments