mirror of
https://github.com/haiwen/seahub.git
synced 2025-09-11 20:01:10 +00:00
fix code format (#6365)
This commit is contained in:
@@ -12,9 +12,9 @@ class Nav extends React.Component {
|
||||
constructor(props) {
|
||||
super(props);
|
||||
this.navItems = [
|
||||
{name: 'all', urlPart: 'all-libraries', text: gettext('All')},
|
||||
{name: 'system', urlPart: 'system-library', text: gettext('System')},
|
||||
{name: 'trash', urlPart: 'trash-libraries', text: gettext('Trash')}
|
||||
{ name: 'all', urlPart: 'all-libraries', text: gettext('All') },
|
||||
{ name: 'system', urlPart: 'system-library', text: gettext('System') },
|
||||
{ name: 'trash', urlPart: 'trash-libraries', text: gettext('Trash') }
|
||||
];
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user