Skip to content

Commit c013d86

Browse files
committed
Remove usage of ownAddress prop with ROFL app id
1 parent ab6004e commit c013d86

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/app/pages/RoflAppDetailsPage/RoflAppTransactionsCard.tsx

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,6 @@ const RoflAppTransactions: FC<RoflAppDetailsContext> = ({ scope, id, method }) =
4646
return (
4747
<RuntimeTransactions
4848
transactions={transactions}
49-
ownAddress={id}
5049
isLoading={isLoading}
5150
limit={NUMBER_OF_ITEMS_ON_SEPARATE_PAGE}
5251
pagination={{

0 commit comments

Comments
 (0)