Skip to content

Commit 119bdea

Browse files
committed
Update utils.ts
1 parent 3f8fab5 commit 119bdea

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

apps/web/app/api/callback/plain/utils.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ export const plainDivider = {
66
},
77
};
88

9-
export const plainEmptyContainer = () => ({
9+
export const plainEmptyContainer = (text: string) => ({
1010
componentContainer: {
1111
containerContent: [
1212
{
@@ -16,7 +16,7 @@ export const plainEmptyContainer = () => ({
1616
},
1717
{
1818
componentPlainText: {
19-
text: "No user found.",
19+
text,
2020
size: "S",
2121
},
2222
},

0 commit comments

Comments
 (0)