Skip to content

Commit 7e00c49

Browse files
lint
1 parent 0494a5c commit 7e00c49

File tree

4 files changed

+5
-3
lines changed

4 files changed

+5
-3
lines changed

apps/dashboard/knip.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@
1212
"ignoreDependencies": [
1313
"@storybook/blocks",
1414
"@thirdweb-dev/service-utils",
15+
"@thirdweb-dev/vault-sdk",
1516
"@types/color",
1617
"fast-xml-parser"
1718
]

apps/dashboard/src/@/components/blocks/wallet-address.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -166,7 +166,7 @@ export function WalletAddress(props: {
166166
);
167167
}
168168

169-
export function WalletAvatar(props: {
169+
function WalletAvatar(props: {
170170
address: string;
171171
profiles: SocialProfile[];
172172
thirdwebClient: ThirdwebClient;

apps/dashboard/src/app/(app)/team/[team_slug]/(team)/~/engine/(general)/layout.tsx

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -84,8 +84,9 @@ function EngineLegacyBannerUI(props: {
8484
</ul>
8585
<div className="h-4" />
8686
<div className="flex justify-end gap-2">
87+
{/* TODO (cloud): add link to Engine Cloud blog post */}
8788
<Link
88-
href={`https://portal.thirdweb.com/engine/cloud`}
89+
href={"https://portal.thirdweb.com/engine/cloud"}
8990
target="_blank"
9091
>
9192
<Button variant="outline">Learn More</Button>

apps/dashboard/src/app/(app)/team/[team_slug]/[project_slug]/engine/vault/components/key-management.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ export function KeyManagement({
6262
);
6363
}
6464

65-
export async function CreateVaultAccountAlert(props: {
65+
async function CreateVaultAccountAlert(props: {
6666
project: Project;
6767
}) {
6868
return (

0 commit comments

Comments
 (0)