mirror of
https://github.com/mue/mue.git
synced 2026-07-25 17:51:14 +02:00
fix: various fixes and date zero-padded feature
This commit is contained in:
@@ -106,7 +106,7 @@ export default class Quote extends React.PureComponent {
|
||||
}
|
||||
|
||||
let authorlink = `https://${window.languagecode.split('_')[0]}.wikipedia.org/wiki/${data.author.split(' ').join('_')}`;
|
||||
if (localStorage.getItem('authorLink') === 'false') {
|
||||
if (localStorage.getItem('authorLink') === 'false' || data.author === 'Unknown') {
|
||||
authorlink = null;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user