l-min-components 1.7.1537 → 1.7.1538

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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "l-min-components",
3
- "version": "1.7.1537",
3
+ "version": "1.7.1538",
4
4
  "type": "module",
5
5
  "files": [
6
6
  "src/assets",
@@ -78,9 +78,7 @@ const Response = ({
78
78
  {fallbackMessage ||
79
79
  (isAiWordFlow && !defaultError
80
80
  ? "Analysis unavailable. We couldn’t generate it this time."
81
- : isPersonal
82
- ? "No response was provided for this question."
83
- : "No response was provided by the student for this question.")}
81
+ : "No response was provided for this question.")}
84
82
  </p>
85
83
 
86
84
  {rightIcon && (goodFallback ? <GoodCheck /> : <Redx />)}