touchstudy-core 0.1.26 → 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
@@ -10925,7 +10925,13 @@ var ExamResultV2 = function ExamResultV2(_ref) {
|
|
10925
10925
|
padding: "24px"
|
10926
10926
|
}, React.createElement(Grid, {
|
10927
10927
|
item: true
|
10928
|
-
}, 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, {
|
10929
10935
|
display: "flex",
|
10930
10936
|
gap: "16px",
|
10931
10937
|
flexDirection: "column"
|