Skip to content

Commit 0bc7a5a

Browse files
committed
explorer app image and URL to API fix
1 parent fa8b627 commit 0bc7a5a

File tree

1 file changed

+1
-11
lines changed

1 file changed

+1
-11
lines changed

app/views/ethereum/address/_currencies_table.html.erb

Lines changed: 1 addition & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -50,17 +50,7 @@
5050
}
5151
}`);
5252

53-
render('#currencies_table','query_id',{},
54-
class {
55-
init(){
56-
table.new
57-
}
58-
onData (data) {
59-
table.data = data
60-
}
61-
});
62-
63-
{
53+
new widgets.table('#currencies_table', query, 'ethereum.transfers', {
6454
title: '<%= t('widgets.headers.currencies_sent_received') %>',
6555
dataOptions: [
6656
{

0 commit comments

Comments
 (0)