mirror of
https://github.com/RetroShare/RSNewWebUI.git
synced 2026-09-12 19:50:04 +05:00
remove duplicate length check
Co-authored-by: Mohammed Saud <md.saud020@gmail.com>
This commit is contained in:
parent
4f32f1a07b
commit
60d68d62b4
@ -250,7 +250,7 @@ const ShareManager = () => {
|
||||
m('.widget__heading', m('h3', 'ShareManager')),
|
||||
m('form.widget__body.share-manager', { onsubmit: setNewSharedDirectories }, [
|
||||
m('blockquote.info', shareManagerInfo),
|
||||
sharedDirArr.length && m(ShareDirTable),
|
||||
m(ShareDirTable),
|
||||
m('.share-manager__actions', [
|
||||
m('button', { onclick: () => widget.popupMessage(m(AddSharedDirForm)) }, 'Add New'),
|
||||
m(
|
||||
|
||||
Loading…
Reference in New Issue
Block a user