File tree 1 file changed +5
-5
lines changed
apps/webapp/app/routes/_app.orgs.$organizationSlug.projects.v3.$projectParam.alerts 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -177,9 +177,9 @@ export default function Page() {
177
177
alertChannels . length === 0 ? "grid-rows-[1fr_auto]" : "grid-rows-[auto_1fr_auto]"
178
178
) }
179
179
>
180
- { alertChannels . length > 0 && ! requiresUpgrade && (
181
- < div className = "flex h-fit items-end justify-between p-2 pl-3" >
182
- < Header2 className = "" > Project alerts </ Header2 >
180
+ < div className = "flex h-fit items-end justify-between p-2 pl-3" >
181
+ < Header2 className = "" > Project alerts </ Header2 >
182
+ { alertChannels . length > 0 && ! requiresUpgrade && (
183
183
< LinkButton
184
184
to = { v3NewProjectAlertPath ( organization , project ) }
185
185
variant = "primary/small"
@@ -188,8 +188,8 @@ export default function Page() {
188
188
>
189
189
New alert
190
190
</ LinkButton >
191
- </ div >
192
- ) }
191
+ ) }
192
+ </ div >
193
193
< Table containerClassName = { cn ( alertChannels . length === 0 && "border-t-0" ) } >
194
194
< TableHeader >
195
195
< TableRow >
You can’t perform that action at this time.
0 commit comments