Skip to content

Commit

Permalink
Update ShareGPT.tsx
Browse files Browse the repository at this point in the history
  • Loading branch information
tristandostaler authored Jun 13, 2024
1 parent 3f97dac commit 88a11c6
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion src/components/ShareGPT/ShareGPT.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,8 @@ const ShareGPT = React.memo(() => {

return (
<>
<button
<!--

Check failure on line 43 in src/components/ShareGPT/ShareGPT.tsx

View workflow job for this annotation

GitHub Actions / build

Identifier expected.
<button
className='btn btn-neutral'
onClick={() => {
setIsModalOpen(true);
Expand All @@ -56,6 +57,7 @@ const ShareGPT = React.memo(() => {
handleConfirm={handleConfirm}
/>
)}
-->

Check failure on line 60 in src/components/ShareGPT/ShareGPT.tsx

View workflow job for this annotation

GitHub Actions / build

Unexpected token. Did you mean `{'>'}` or `&gt;`?
</>
);
});
Expand Down

0 comments on commit 88a11c6

Please sign in to comment.