mirror of
https://github.com/wassname/talk.git
synced 2026-08-20 12:50:41 +08:00
Updated tests and latest changes
This commit is contained in:
@@ -14,6 +14,7 @@ import {
|
||||
import { PermalinkViewQueryLocal as Local } from "talk-stream/__generated__/PermalinkViewQueryLocal.graphql";
|
||||
|
||||
import PermalinkViewContainer from "../containers/PermalinkViewContainer";
|
||||
import { Spinner } from "talk-ui/components";
|
||||
|
||||
interface InnerProps {
|
||||
local: Local;
|
||||
@@ -29,7 +30,7 @@ export const render = ({
|
||||
if (props) {
|
||||
return <PermalinkViewContainer comment={props.comment} />;
|
||||
}
|
||||
return <div>Loading</div>;
|
||||
return <Spinner />;
|
||||
};
|
||||
|
||||
const PermalinkViewQuery: StatelessComponent<InnerProps> = ({
|
||||
|
||||
Reference in New Issue
Block a user