Skip to content

Commit 5a761ad

Browse files
committed
fix: comment
1 parent 36ad17e commit 5a761ad

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/app/components/tangle/Output.tsx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -205,12 +205,12 @@ class Output extends Component<OutputProps, OutputState> {
205205
<div className="card--value row">
206206
{this.state.output.serialNumber}
207207
</div>
208-
{/* <div className="card--label">
208+
<div className="card--label">
209209
Token tag:
210210
</div>
211211
<div className="card--value row">
212212
{this.state.output.tokenTag}
213-
</div> */}
213+
</div>
214214
<div className="card--label">
215215
Token scheme type:
216216
</div>

0 commit comments

Comments
 (0)