[bugfix] remove spaces from inventory note
This commit is contained in:
@@ -197,9 +197,7 @@ const altSearchUrl = (card: any) => {
|
||||
</datalist>
|
||||
|
||||
<label for="note" class="form-label mt-2">Note</label>
|
||||
<textarea class="form-control" id="note" name="note" rows="5" maxlength="255" placeholder="e.g. bought at local shop, gift, graded copy…">
|
||||
{inv?.note ?? ''}
|
||||
</textarea>
|
||||
<textarea class="form-control" id="note" name="note" rows="5" maxlength="255" placeholder="e.g. bought at local shop, gift, graded copy…">{inv?.note ?? ''}</textarea>
|
||||
|
||||
</form>
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user