mirror of
https://github.com/Qortal/Qortal-Hub.git
synced 2025-06-15 12:31:21 +00:00
Set key inside Box
This commit is contained in:
parent
51709f4d01
commit
ae648af321
@ -876,6 +876,7 @@ export const NotAuthenticated = ({
|
|||||||
{customNodes?.map((node, index) => {
|
{customNodes?.map((node, index) => {
|
||||||
return (
|
return (
|
||||||
<Box
|
<Box
|
||||||
|
key={index}
|
||||||
sx={{
|
sx={{
|
||||||
display: 'flex',
|
display: 'flex',
|
||||||
gap: '10px',
|
gap: '10px',
|
||||||
|
Loading…
x
Reference in New Issue
Block a user