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 ce5c6be commit 29f9947Copy full SHA for 29f9947
app/[nsfront]/[nsbehind]/[name]/[version]/page.tsx
@@ -166,7 +166,7 @@ const CratePage = () => {
166
const data = await response.json();
167
setResults(data);
168
} catch (error) {
169
- console.error('Error fetching crate:', error);
+ console.error('Error fetching crate data:', error);
170
setError('An error occurred');
171
} finally {
172
setLoading(false);
0 commit comments