Skip to content

Commit a9e19ad

Browse files
committed
fix to show destination
1 parent c73038a commit a9e19ad

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

ember/globespender/index.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ <h2>Expenses <button {{action 'createExpense'}}>Create</button></h2>
5151
<td>${{amount}}</td>
5252
<td>{{category}}</td>
5353
<td>{{place}}</td>
54-
<td>{{destinate}}</td>
54+
<td>{{destination}}</td>
5555
<td>{{note}}</td>
5656
<td>{{fxrate}}</td>
5757
<td>

q/play.q

+2
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
# lists
2+
(1;2;3)

0 commit comments

Comments
 (0)