Skip to content

Commit 9c593ec

Browse files
committed
fix lint
1 parent 50fa9ab commit 9c593ec

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

apps/postgres-new/components/deploy-success-dialog.tsx

+1-1
Original file line numberDiff line numberDiff line change
@@ -84,11 +84,11 @@ export function DeploySuccessDialog() {
8484
<>
8585
<CopyableField label="Database Password" value={project.databasePassword} />
8686
<span className="text-muted-foreground text-sm">
87-
{/* eslint-disable-next-line react/no-unescaped-entities */}
8887
Please{' '}
8988
<span className="text-foreground font-semibold">
9089
save your database password securely
9190
</span>{' '}
91+
{/* eslint-disable-next-line react/no-unescaped-entities */}
9292
as it won't be displayed again.
9393
</span>
9494
</>

0 commit comments

Comments
 (0)