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 88a11c6 commit fc65425
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions src/components/ShareGPT/ShareGPT.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -40,8 +40,8 @@ const ShareGPT = React.memo(() => {

return (
<>
<!--
<button
<button
style='visibility: hidden!important;'

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

View workflow job for this annotation

GitHub Actions / build

Type 'string' has no properties in common with type 'Properties<string | number, string & {}>'.
className='btn btn-neutral'
onClick={() => {
setIsModalOpen(true);
Expand All @@ -57,7 +57,6 @@ const ShareGPT = React.memo(() => {
handleConfirm={handleConfirm}
/>
)}
-->
</>
);
});
Expand Down

0 comments on commit fc65425

Please sign in to comment.