3
3
exports [` renders correctly 1` ] = `
4
4
<div >
5
5
<div
6
- class = " MuiPaper-root MuiPaper-elevation MuiPaper-rounded MuiPaper-elevation1 MuiCard-root TeamSummaryCard-card css-2bwzc -MuiPaper-root-MuiCard-root"
6
+ class = " MuiPaper-root MuiPaper-elevation MuiPaper-rounded MuiPaper-elevation1 MuiCard-root TeamSummaryCard-card css-55zgp6 -MuiPaper-root-MuiCard-root"
7
7
>
8
8
<div
9
9
class = " MuiCardHeader-root css-185gdzj-MuiCardHeader-root"
@@ -14,7 +14,7 @@ exports[`renders correctly 1`] = `
14
14
<span
15
15
class = " MuiTypography-root MuiTypography-h5 MuiCardHeader-title TeamSummaryCard-title css-1qvr50w-MuiTypography-root"
16
16
>
17
- string (Inactive)
17
+ string
18
18
</span >
19
19
<span
20
20
class = " MuiTypography-root MuiTypography-body1 MuiCardHeader-subheader TeamSummaryCard-title css-nrdprl-MuiTypography-root"
@@ -32,6 +32,11 @@ exports[`renders correctly 1`] = `
32
32
<div
33
33
class = " MuiCardContent-root css-46bh2p-MuiCardContent-root"
34
34
>
35
+ <p
36
+ class = " MuiTypography-root MuiTypography-body1 css-19pemnp-MuiTypography-root"
37
+ >
38
+ Inactive
39
+ </p >
35
40
<strong >
36
41
Team Leads:
37
42
</strong >
@@ -52,7 +57,7 @@ exports[`renders correctly 1`] = `
52
57
exports [` renders correctly for ADMIN 1` ] = `
53
58
<div >
54
59
<div
55
- class = " MuiPaper-root MuiPaper-elevation MuiPaper-rounded MuiPaper-elevation1 MuiCard-root TeamSummaryCard-card css-2bwzc -MuiPaper-root-MuiCard-root"
60
+ class = " MuiPaper-root MuiPaper-elevation MuiPaper-rounded MuiPaper-elevation1 MuiCard-root TeamSummaryCard-card css-55zgp6 -MuiPaper-root-MuiCard-root"
56
61
>
57
62
<div
58
63
class = " MuiCardHeader-root css-185gdzj-MuiCardHeader-root"
@@ -63,7 +68,7 @@ exports[`renders correctly for ADMIN 1`] = `
63
68
<span
64
69
class = " MuiTypography-root MuiTypography-h5 MuiCardHeader-title TeamSummaryCard-title css-1qvr50w-MuiTypography-root"
65
70
>
66
- string (Inactive)
71
+ string
67
72
</span >
68
73
<span
69
74
class = " MuiTypography-root MuiTypography-body1 MuiCardHeader-subheader TeamSummaryCard-title css-nrdprl-MuiTypography-root"
@@ -81,6 +86,11 @@ exports[`renders correctly for ADMIN 1`] = `
81
86
<div
82
87
class = " MuiCardContent-root css-46bh2p-MuiCardContent-root"
83
88
>
89
+ <p
90
+ class = " MuiTypography-root MuiTypography-body1 css-19pemnp-MuiTypography-root"
91
+ >
92
+ Inactive
93
+ </p >
84
94
<strong >
85
95
Team Leads:
86
96
</strong >
@@ -142,7 +152,7 @@ exports[`renders correctly for ADMIN 1`] = `
142
152
exports [` renders correctly for team lead 1` ] = `
143
153
<div >
144
154
<div
145
- class = " MuiPaper-root MuiPaper-elevation MuiPaper-rounded MuiPaper-elevation1 MuiCard-root TeamSummaryCard-card css-2bwzc -MuiPaper-root-MuiCard-root"
155
+ class = " MuiPaper-root MuiPaper-elevation MuiPaper-rounded MuiPaper-elevation1 MuiCard-root TeamSummaryCard-card css-55zgp6 -MuiPaper-root-MuiCard-root"
146
156
>
147
157
<div
148
158
class = " MuiCardHeader-root css-185gdzj-MuiCardHeader-root"
@@ -153,7 +163,7 @@ exports[`renders correctly for team lead 1`] = `
153
163
<span
154
164
class = " MuiTypography-root MuiTypography-h5 MuiCardHeader-title TeamSummaryCard-title css-1qvr50w-MuiTypography-root"
155
165
>
156
- stuff (Inactive)
166
+ stuff
157
167
</span >
158
168
<span
159
169
class = " MuiTypography-root MuiTypography-body1 MuiCardHeader-subheader TeamSummaryCard-title css-nrdprl-MuiTypography-root"
@@ -169,6 +179,11 @@ exports[`renders correctly for team lead 1`] = `
169
179
<div
170
180
class = " MuiCardContent-root css-46bh2p-MuiCardContent-root"
171
181
>
182
+ <p
183
+ class = " MuiTypography-root MuiTypography-body1 css-19pemnp-MuiTypography-root"
184
+ >
185
+ Inactive
186
+ </p >
172
187
<strong >
173
188
Team Leads:
174
189
</strong >
0 commit comments