Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/sqlchat/sqlchat
/ Props
Interface
Props
src/components/StripeCheckPaymentBanner.tsx:8–10 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
6
import Icon from
"./Icon"
;
7
8
interface Props {
9
sessionId: string;
10
}
11
12
const StripeCheckPaymentBanner = (props: Props) => {
13
const { sessionId } = props;
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected