File tree Expand file tree Collapse file tree 1 file changed +2
-7
lines changed
apps/webapp/app/routes/_app.orgs.$organizationSlug.projects.v3.$projectParam.alerts Expand file tree Collapse file tree 1 file changed +2
-7
lines changed Original file line number Diff line number Diff line change @@ -171,12 +171,7 @@ export default function Page() {
171
171
</ PageAccessories >
172
172
</ NavBar >
173
173
< PageBody scrollable = { false } >
174
- < div
175
- className = { cn (
176
- "grid max-h-full min-h-full" ,
177
- alertChannels . length === 0 ? "grid-rows-[1fr_auto]" : "grid-rows-[auto_1fr_auto]"
178
- ) }
179
- >
174
+ < div className = "grid max-h-full min-h-full grid-rows-[auto_1fr_auto]" >
180
175
< div className = "flex h-fit items-end justify-between p-2 pl-3" >
181
176
< Header2 className = "" > Project alerts</ Header2 >
182
177
{ alertChannels . length > 0 && ! requiresUpgrade && (
@@ -190,7 +185,7 @@ export default function Page() {
190
185
</ LinkButton >
191
186
) }
192
187
</ div >
193
- < Table containerClassName = { cn ( alertChannels . length === 0 && "border-t-0" ) } >
188
+ < Table >
194
189
< TableHeader >
195
190
< TableRow >
196
191
< TableHeaderCell > Name</ TableHeaderCell >
You can’t perform that action at this time.
0 commit comments