Fix failed resolve
This commit is contained in:
parent
aef3c346a0
commit
2340138ab5
1 changed files with 2 additions and 0 deletions
|
@ -505,6 +505,8 @@ export function doCommentCreate(
|
|||
const mention = matchTerm.substring(matchTerm.indexOf('@'));
|
||||
const mentionUri = `lbry://${mention}`;
|
||||
|
||||
if (mention.length === 1) return;
|
||||
|
||||
const claim = selectClaimForUri(state, mentionUri);
|
||||
|
||||
if (claim) {
|
||||
|
|
Loading…
Reference in a new issue