mirror of
https://github.com/wassname/talk.git
synced 2026-09-11 12:51:33 +08:00
Working signin and comment
This commit is contained in:
@@ -23,9 +23,11 @@ export const render = ({ error, props }: ReadyState<StreamQueryResponse>) => {
|
||||
if (error) {
|
||||
return <div>{error.message}</div>;
|
||||
}
|
||||
|
||||
if (props) {
|
||||
return <StreamContainer asset={props.asset} user={props.me} />;
|
||||
}
|
||||
|
||||
return <div>Loading</div>;
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user