Skip to content
This repository has been archived by the owner on Mar 12, 2020. It is now read-only.

Commit

Permalink
fixes locally pulled avatar (#1142)
Browse files Browse the repository at this point in the history
Signed-off-by: andrew <[email protected]>
  • Loading branch information
andrewxhill authored Jun 7, 2019
1 parent d6c953c commit b5a2991
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion App/Components/Avatar.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -222,7 +222,7 @@ class Avatar extends React.Component<Props, State> {
alignSelf: 'center',
backgroundColor: 'transparent'
}}
target={`${target}/0/${resolution}/d`}
target={`${target}/0/${resolution}/content`}
ipfs={true}
index={0}
forMinWidth={widthNumber}
Expand Down

0 comments on commit b5a2991

Please sign in to comment.