Skip to content

Commit

Permalink
Move comment
Browse files Browse the repository at this point in the history
  • Loading branch information
john-conroy committed Jul 26, 2023
1 parent d82f292 commit 8a4400b
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ import SectionItem from '../SectionItem';
function ProtocolMessage({ precedingText }) {
return (
<SectionItem>
{/* Extra `div` wrapper is necessary to prevent the email icon link from taking up the full width and breaking text. */}
<div>
{precedingText}
<HelpLink /> about this issue and mention the HuBMAP ID.
Expand All @@ -32,7 +33,6 @@ function ProtocolLink({ url, index }) {
}

if (isLoading && !error) {
// Extra `div` wrapper is necessary to prevent the email icon link from taking up the full width and breaking text
return (
<ProtocolMessage precedingText="Protocols are loading. If protocols take a significant time to load, please contact " />
);
Expand Down

0 comments on commit 8a4400b

Please sign in to comment.