Skip to content

Commit 0b92f70

Browse files
lint passed local
1 parent f6f5cd3 commit 0b92f70

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

pages/requests/new/[ware].js

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -267,7 +267,8 @@ const SignInRequired = () => (
267267
<Notice
268268
addClass='mt-5'
269269
alert={{
270-
body: [<p>To proceed with making a request, <a href="#" onClick={() => signIn(process.env.NEXT_PUBLIC_PROVIDER_NAME)}>please log in</a> to your account.</p>],
270+
body: [<p key='signin-link'>To proceed with making a request, <a href='#' onClick={() => signIn
271+
(process.env.NEXT_PUBLIC_PROVIDER_NAME)}>please log in</a> to your account.</p>],
271272
title: 'Sign in required',
272273
variant: 'info'
273274
}}

0 commit comments

Comments
 (0)