touchstudy-core 0.1.25 → 0.1.27
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.modern.js
CHANGED
@@ -4288,12 +4288,10 @@ var useMessageList = function useMessageList() {
|
|
4288
4288
|
try {
|
4289
4289
|
var _temp6 = function _temp6(_result2) {
|
4290
4290
|
if (_exit2) return _result2;
|
4291
|
-
setLoading(false);
|
4292
4291
|
callback();
|
4293
4292
|
};
|
4294
4293
|
var _exit2 = false;
|
4295
4294
|
if (isLoading) return Promise.resolve();
|
4296
|
-
setLoading(true);
|
4297
4295
|
var _temp5 = _catch(function () {
|
4298
4296
|
return Promise.resolve(deleteMessage(conversationId, id)).then(function () {});
|
4299
4297
|
}, function () {
|
@@ -10927,7 +10925,13 @@ var ExamResultV2 = function ExamResultV2(_ref) {
|
|
10927
10925
|
padding: "24px"
|
10928
10926
|
}, React.createElement(Grid, {
|
10929
10927
|
item: true
|
10930
|
-
}, React.createElement(
|
10928
|
+
}, resultDatas.courseName && React.createElement(Stack, null, React.createElement(Typography, {
|
10929
|
+
sx: {
|
10930
|
+
fontSize: "14px",
|
10931
|
+
fontWeight: 600,
|
10932
|
+
color: "#C3C5FE"
|
10933
|
+
}
|
10934
|
+
}, resultDatas.courseName)), React.createElement(Box, {
|
10931
10935
|
display: "flex",
|
10932
10936
|
gap: "16px",
|
10933
10937
|
flexDirection: "column"
|