about summary refs log tree commit diff
path: root/src/view/com/post-thread/PostRepostedBy.tsx
diff options
context:
space:
mode:
authorPaul Frazee <pfrazee@gmail.com>2022-09-22 19:28:25 -0500
committerPaul Frazee <pfrazee@gmail.com>2022-09-22 19:28:25 -0500
commitaabde2b401e725090232f203f23152ee1d50d566 (patch)
tree6c1da614bf7f1ce78b00dde5846338d42fc29012 /src/view/com/post-thread/PostRepostedBy.tsx
parent5193a5b48e66db37e6a27ebcec13b6312ae08799 (diff)
downloadvoidsky-aabde2b401e725090232f203f23152ee1d50d566.tar.zst
Replace mock-api with real api
Diffstat (limited to 'src/view/com/post-thread/PostRepostedBy.tsx')
-rw-r--r--src/view/com/post-thread/PostRepostedBy.tsx2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/view/com/post-thread/PostRepostedBy.tsx b/src/view/com/post-thread/PostRepostedBy.tsx
index 1c4e42a8e..1da76da54 100644
--- a/src/view/com/post-thread/PostRepostedBy.tsx
+++ b/src/view/com/post-thread/PostRepostedBy.tsx
@@ -86,7 +86,7 @@ const RepostedByItem = ({item}: {item: RepostedByViewItemModel}) => {
         <View style={styles.layoutAvi}>
           <Image
             style={styles.avi}
-            source={AVIS[item.name] || AVIS['alice.com']}
+            source={AVIS[item.name] || AVIS['alice.test']}
           />
         </View>
         <View style={styles.layoutContent}>