mirror of
https://github.com/dergigi/boris.git
synced 2026-01-21 07:44:56 +01:00
fix(lint): resolve unused var and empty catch issues
This commit is contained in:
@@ -182,7 +182,7 @@ const ContentPanel: React.FC<ContentPanelProps> = ({
|
||||
}
|
||||
}, [activeAccount, relayPool, eventStore, articleIdentifier, settings?.syncReadingPosition, html, markdown])
|
||||
|
||||
const { isReadingComplete, progressPercentage, saveNow } = useReadingPosition({
|
||||
const { progressPercentage, saveNow } = useReadingPosition({
|
||||
enabled: isTextContent,
|
||||
syncEnabled: settings?.syncReadingPosition !== false,
|
||||
onSave: handleSavePosition,
|
||||
|
||||
Reference in New Issue
Block a user