Fix list item padding syntax mistake
This commit is contained in:
parent
0a3f9504ac
commit
2dfb7f2fef
|
@ -272,9 +272,7 @@ export default function EmailTemplate2({
|
||||||
{Object.values(clusters)
|
{Object.values(clusters)
|
||||||
.filter((cluster) => cluster.hasMarks())
|
.filter((cluster) => cluster.hasMarks())
|
||||||
.map((cluster) => (
|
.map((cluster) => (
|
||||||
<li key={cluster.id}>
|
<li key={cluster.id} style={{ paddingBottom: "1rem" }}>
|
||||||
{" "}
|
|
||||||
style={{ paddingBottom: "1rem" }}
|
|
||||||
ujawniła pańskie dane w zakresie{" "}
|
ujawniła pańskie dane w zakresie{" "}
|
||||||
<em>
|
<em>
|
||||||
<ClusterRangeSummary {...{ cluster }} />
|
<ClusterRangeSummary {...{ cluster }} />
|
||||||
|
|
Loading…
Reference in New Issue
Block a user