@agentiffai/design 1.3.9 → 1.3.10
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/index.cjs +1 -1
- package/dist/index.cjs.map +1 -1
- package/dist/index.js +1 -1
- package/dist/index.js.map +1 -1
- package/package.json +1 -1
package/dist/index.cjs
CHANGED
|
@@ -9213,7 +9213,7 @@ var RedditOpportunityCard = ({
|
|
|
9213
9213
|
isLoading = false,
|
|
9214
9214
|
condensed = false
|
|
9215
9215
|
}) => {
|
|
9216
|
-
const displayContent = isEditing && editContent !== void 0 ? editContent : opportunity.editedReply || opportunity.draftReply;
|
|
9216
|
+
const displayContent = isEditing && editContent !== void 0 ? editContent : opportunity.editedReply || opportunity.draftReply || "";
|
|
9217
9217
|
const charCount = displayContent.length;
|
|
9218
9218
|
const charPercentage = react.useMemo(
|
|
9219
9219
|
() => getRedditCharPercentage(charCount, REDDIT_LIMITS.comment),
|