Fix display of upgrade banner on subscribers stats page
[MAILPOET-5968]
This commit is contained in:
committed by
Aschepikov
parent
693fbfafb1
commit
9e68df80fd
@ -42,6 +42,7 @@ export function NoAccessInfo(): JSX.Element {
|
||||
);
|
||||
|
||||
return (
|
||||
<div className="mailpoet-listing">
|
||||
<table
|
||||
className="mailpoet-listing-table"
|
||||
data-automation-id="subscriber-stats-no-access"
|
||||
@ -83,5 +84,6 @@ export function NoAccessInfo(): JSX.Element {
|
||||
</tr>
|
||||
</tbody>
|
||||
</table>
|
||||
</div>
|
||||
);
|
||||
}
|
||||
|
Reference in New Issue
Block a user