We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3f8fab5 commit 119bdeaCopy full SHA for 119bdea
1 file changed
apps/web/app/api/callback/plain/utils.ts
@@ -6,7 +6,7 @@ export const plainDivider = {
6
},
7
};
8
9
-export const plainEmptyContainer = () => ({
+export const plainEmptyContainer = (text: string) => ({
10
componentContainer: {
11
containerContent: [
12
{
@@ -16,7 +16,7 @@ export const plainEmptyContainer = () => ({
16
17
18
componentPlainText: {
19
- text: "No user found.",
+ text,
20
size: "S",
21
22
0 commit comments