Apply suggestions from code review

This commit is contained in:
Aaron Pham 2024-12-26 17:48:27 -07:00 committed by GitHub
parent 528ea07b18
commit 987077f625
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -9,7 +9,7 @@ interface BacklinksOptions {
} }
const defaultOptions: BacklinksOptions = { const defaultOptions: BacklinksOptions = {
hideWhenEmpty: false, hideWhenEmpty: true,
} }
export default ((opts?: Partial<BacklinksOptions>) => { export default ((opts?: Partial<BacklinksOptions>) => {