format code
This commit is contained in:
@@ -508,7 +508,7 @@ export class TransactionExplorerQuery {
|
||||
}
|
||||
|
||||
public static create(id: string): TransactionExplorerQuery {
|
||||
return new TransactionExplorerQuery(id, "", []);
|
||||
return new TransactionExplorerQuery(id, '', []);
|
||||
}
|
||||
|
||||
public static parse(obj: object): TransactionExplorerQuery | null {
|
||||
|
||||
@@ -38,9 +38,9 @@
|
||||
<v-spacer/>
|
||||
|
||||
<span class="ms-2">
|
||||
<v-icon class="drag-handle" :icon="mdiDrag"/>
|
||||
<v-tooltip activator="parent">{{ tt('Drag to Reorder') }}</v-tooltip>
|
||||
</span>
|
||||
<v-icon class="drag-handle" :icon="mdiDrag"/>
|
||||
<v-tooltip activator="parent">{{ tt('Drag to Reorder') }}</v-tooltip>
|
||||
</span>
|
||||
</div>
|
||||
</td>
|
||||
</tr>
|
||||
|
||||
Reference in New Issue
Block a user