add superhuman view to pmf survey

This commit is contained in:
Matthias Nannt
2023-02-06 17:22:38 +01:00
parent 750f05420a
commit 1fec6e34a9
6 changed files with 172 additions and 86 deletions
+1 -1
View File
@@ -8,7 +8,7 @@ interface Props {
fieldName: string;
}
export function FbBar({ color, submissions, schema, fieldName }: Props) {
function FbBar({ color, submissions, schema, fieldName }: Props) {
const data = useMemo(() => {
if (!fieldName) {
throw Error("no field name provided");
+1 -1
View File
@@ -8,7 +8,7 @@ interface Props {
fieldName: string;
}
export function FbPie({ color, submissions, schema, fieldName }: Props) {
function FbPie({ color, submissions, schema, fieldName }: Props) {
const data = useMemo(() => {
if (!fieldName) {
throw Error("no field name provided");