A few client fixes
This commit is contained in:
@@ -7,7 +7,7 @@ import {useStores} from '../../state'
|
||||
export const PostLikedBy = ({visible, params}: ScreenParams) => {
|
||||
const store = useStores()
|
||||
const {name, recordKey} = params
|
||||
const uri = makeRecordUri(name, 'blueskyweb.xyz:Posts', recordKey)
|
||||
const uri = makeRecordUri(name, 'todo.social.post', recordKey)
|
||||
|
||||
useEffect(() => {
|
||||
if (visible) {
|
||||
|
||||
@@ -7,7 +7,7 @@ import {useStores} from '../../state'
|
||||
export const PostRepostedBy = ({visible, params}: ScreenParams) => {
|
||||
const store = useStores()
|
||||
const {name, recordKey} = params
|
||||
const uri = makeRecordUri(name, 'blueskyweb.xyz:Posts', recordKey)
|
||||
const uri = makeRecordUri(name, 'todo.social.post', recordKey)
|
||||
|
||||
useEffect(() => {
|
||||
if (visible) {
|
||||
|
||||
@@ -7,7 +7,7 @@ import {useStores} from '../../state'
|
||||
export const PostThread = ({visible, params}: ScreenParams) => {
|
||||
const store = useStores()
|
||||
const {name, recordKey} = params
|
||||
const uri = makeRecordUri(name, 'blueskyweb.xyz:Posts', recordKey)
|
||||
const uri = makeRecordUri(name, 'todo.social.post', recordKey)
|
||||
|
||||
useEffect(() => {
|
||||
if (visible) {
|
||||
|
||||
Reference in New Issue
Block a user