Skip to content

Commit 6de7f69

Browse files
authored
fix: typo (#424)
1 parent 58a2d01 commit 6de7f69

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/ui/components/lineage/sidebarTabsSwitchers/DisplayLogs.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ const DisplayLogs = ({ selectedNode }: DisplayLogsProps) => {
6868
language="text"
6969
style={okaidia}
7070
>
71-
{logs ? logs : 'No Logs Avaialable'}
71+
{logs ? logs : 'No Logs Available'}
7272
</SyntaxHighlighter>
7373
</div>
7474
)}

0 commit comments

Comments
 (0)