Skip to content

Commit

Permalink
lint passed local
Browse files Browse the repository at this point in the history
  • Loading branch information
DaltonMcauliffe committed Feb 23, 2024
1 parent f6f5cd3 commit 0b92f70
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion pages/requests/new/[ware].js
Original file line number Diff line number Diff line change
Expand Up @@ -267,7 +267,8 @@ const SignInRequired = () => (
<Notice
addClass='mt-5'
alert={{
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>],
body: [<p key='signin-link'>To proceed with making a request, <a href='#' onClick={() => signIn
(process.env.NEXT_PUBLIC_PROVIDER_NAME)}>please log in</a> to your account.</p>],
title: 'Sign in required',
variant: 'info'
}}
Expand Down

0 comments on commit 0b92f70

Please sign in to comment.