Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion ui/component/youtubeTransferStatus/view.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -328,7 +328,7 @@
try {
await navigator.clipboard.writeText(firstAvailableToken);
} catch (err) {
console.log('Failed to copy token:', err);

Check warning on line 331 in ui/component/youtubeTransferStatus/view.jsx

View workflow job for this annotation

GitHub Actions / lint

Unexpected console statement
}
}}
/>
Expand Down Expand Up @@ -380,7 +380,7 @@
<Button
button="link"
label={__('How to use')}
href="https://help.odysee.tv/category-syncprogram/"
href="https://help.odysee.tv/category-syncprogram/synctool/"
/>
</div>
</div>
Expand Down
Loading