diff --git a/src/components/views/Board.jsx b/src/components/views/Board.jsx
index 7c797d34..0edd2c99 100644
--- a/src/components/views/Board.jsx
+++ b/src/components/views/Board.jsx
@@ -8,7 +8,7 @@ import { useAccount, useAccountComments, useFeed, usePublishComment, usePublishC
import { flattenCommentsPages } from '@plebbit/plebbit-react-hooks/dist/lib/utils'
import { debounce } from 'lodash';
import useGeneralStore from '../../hooks/stores/useGeneralStore';
-import { Container, NavBar, Header, Break, PostFormLink, PostFormTable, PostForm, TopBar, BoardForm, PostMenu} from '../styled/views/Board.styled';
+import { Container, NavBar, Header, Break, PostFormLink, PostFormTable, PostForm, TopBar, BoardForm, PostMenu } from '../styled/views/Board.styled';
import { Footer, AuthorDeleteAlert } from '../styled/views/Thread.styled';
import EditModal from '../modals/EditModal';
import ImageBanner from '../ImageBanner';
diff --git a/src/components/views/Pending.jsx b/src/components/views/Pending.jsx
index 92322c0e..1dbdbfb7 100644
--- a/src/components/views/Pending.jsx
+++ b/src/components/views/Pending.jsx
@@ -285,14 +285,7 @@ const Pending = () => {
- (u/
-
- {account?.author?.address.slice(0, 10) + "(...)"}
- )
+ (u/{account.author.shortAddress})
{getDate(comment?.timestamp)}
@@ -333,15 +326,7 @@ const Pending = () => {
Anonymous}
- (u/
-
- {account?.author?.address.slice(0, 10) + "(...)"}
-
- )
+ (u/{account.author.shortAddress})
{comment.title ? (