A few client fixes
This commit is contained in:
parent
a8c8286b88
commit
2e352f383e
5 changed files with 17 additions and 15 deletions
|
@ -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) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue