Skip to content

Commit 1d43c18

Browse files
fix: we should use view methods instead of deprecated private methods for blueprint information (#479)
1 parent 45a17cf commit 1d43c18

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/screens/nano/BlueprintDetail.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -177,7 +177,7 @@ function BlueprintDetail() {
177177
{renderNewUiBlueprintMethods('public_methods', 'Public Methods')}
178178
</div>
179179
<div className="blueprint-methods">
180-
{renderNewUiBlueprintMethods('private_methods', 'Private Methods')}
180+
{renderNewUiBlueprintMethods('view_methods', 'View Methods')}
181181
</div>
182182
</div>
183183
<div className="blueprint-source-code">

0 commit comments

Comments
 (0)