Skip to content

Commit 4a99e41

Browse files
committed
Fix text slots
1 parent 1a3cd53 commit 4a99e41

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/phenome/components/list-item-content.jsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -230,7 +230,7 @@ export default {
230230
);
231231
}
232232
if (text || slotsText.length) {
233-
subtitleEl = (
233+
textEl = (
234234
<div className="item-text">
235235
{text}
236236
{slotsText}

0 commit comments

Comments
 (0)