@ssplib/react-components 0.0.125 → 0.0.126
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.
|
@@ -276,6 +276,8 @@ function Table({ columns, fetchFunc, emptyMsg = {
|
|
|
276
276
|
return (react_1.default.createElement(Typography_1.default, { color: '#22C55E', fontWeight: 600, fontFamily: 'Inter' }, "LICENCIADO"));
|
|
277
277
|
case 'PA':
|
|
278
278
|
return (react_1.default.createElement(Typography_1.default, { color: '#6366F1', fontWeight: 600, fontFamily: 'Inter' }, "PR\u00C9 APROVADO"));
|
|
279
|
+
case 'FP':
|
|
280
|
+
return (react_1.default.createElement(Typography_1.default, { color: '#991b1b', fontWeight: 600, fontFamily: 'Inter' }, "FORA DO PRAZO"));
|
|
279
281
|
}
|
|
280
282
|
}, []);
|
|
281
283
|
const toggleDrawer = (open) => (event) => {
|