Skip to content

Commit a60b86e

Browse files
committed
fix build error
1 parent 0659eb2 commit a60b86e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/entities/list/components/ListConfirmationModals.tsx

+2-2
Original file line numberDiff line numberDiff line change
@@ -50,8 +50,8 @@ export const SuccessModalCreateList: React.FC<SuccessModalProps> = ({
5050
adjustments in the list settings page.
5151
</p>
5252
<Button asChild>
53-
<Link
54-
href={href}
53+
<Link
54+
href={href}
5555
onClick={onClose}
5656
aria-label={showBackToLists ? "Navigate back to lists page" : "View the created list"}
5757
>

0 commit comments

Comments
 (0)