removed redundant code (#86)
This commit is contained in:
parent
30083b6705
commit
b9c9d98252
1 changed files with 1 additions and 2 deletions
|
@ -6,7 +6,6 @@ import config from 'lib/config';
|
||||||
import prisma from 'lib/prisma';
|
import prisma from 'lib/prisma';
|
||||||
|
|
||||||
export default function EmbeddedImage({ image, title, username, color, normal, embed }) {
|
export default function EmbeddedImage({ image, title, username, color, normal, embed }) {
|
||||||
console.log(normal, embed);
|
|
||||||
const dataURL = (route: string) => `${route}/${image.file}`;
|
const dataURL = (route: string) => `${route}/${image.file}`;
|
||||||
|
|
||||||
return (
|
return (
|
||||||
|
|
Loading…
Add table
Reference in a new issue