Adding missed change during merge conflict
This commit is contained in:
parent
ea93f62faf
commit
0e7c54e09f
@ -1,6 +1,6 @@
|
|||||||
import React, { useState, useEffect } from "react";
|
import React, { useState, useEffect } from "react";
|
||||||
|
|
||||||
const Avatar = ({ firstName, lastName }) => {
|
const Avatar = ({ firstName, lastName, size = "sm" }) => {
|
||||||
// Combine firstName and lastName to create a unique string for hashing
|
// Combine firstName and lastName to create a unique string for hashing
|
||||||
const fullName = `${firstName} ${lastName}`;
|
const fullName = `${firstName} ${lastName}`;
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user